Last change
on this file since 3179 was
3179,
checked in by jkh, 16 years ago
|
s/destroot.vars/destroot.destdir/
It's also an imperfect name, but probably does a better job of describing
the purpose of this variable.
Approved by: landonf
|
-
Property svn:eol-style set to
native
|
File size:
822 bytes
|
Line | |
---|
1 | # $Id: Portfile,v 1.6 2003/08/05 21:02:43 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name htmldoc |
---|
5 | version 1.8.23 |
---|
6 | categories textproc |
---|
7 | maintainers mij@opendarwin.org |
---|
8 | description Converts HTML files to PDF or PostScript |
---|
9 | homepage http://www.easysw.com/htmldoc/ |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | long_description htmldoc can convert HTML files to PDF or PostScript, \ |
---|
13 | generate a table-of-contents for books, and generate \ |
---|
14 | indexed HTML files. It also generates files on-the-fly \ |
---|
15 | for web applications or for batch jobs. |
---|
16 | |
---|
17 | master_sites ftp://ftp.easysw.com/pub/htmldoc/1.8.23/ |
---|
18 | |
---|
19 | checksums md5 f867be6e4bdebf84ca6d58b16e4b839c |
---|
20 | |
---|
21 | distname ${portname}-${portversion}-source |
---|
22 | worksrcdir ${portname}-${portversion} |
---|
23 | use_bzip2 yes |
---|
24 | |
---|
25 | depends_lib lib:libjpeg.62:jpeg lib:libpng.3:libpng |
---|
26 | |
---|
27 | configure.args --without-gui |
---|
28 | |
---|
29 | destroot.destdir prefix=${destroot}${prefix} |
---|
Note: See
TracBrowser
for help on using the repository browser.