- Add LICENSE
- Switch to options helpers
This commit is contained in:
parent
66935baa1f
commit
08ccc83e46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403049
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= ftp://ftp.hylafax.org/source/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fax software
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libjbig.so:${PORTSDIR}/graphics/jbigkit
|
||||
|
@ -90,7 +93,7 @@ pre-install:
|
|||
${STAGEDIR}${HYLAFAX_SPOOL}/info \
|
||||
${STAGEDIR}${HYLAFAX_SPOOL}/log
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
|
|
Loading…
Reference in a new issue