diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-05 09:43:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-05 09:43:01 +0000 |
commit | 08ccc83e46713b901d895e52550068b5ad4ccab6 (patch) | |
tree | 503237f1c387e70f925e632b531abc6062bdf44d | |
parent | 66935baa1f228c0632342a372ea055eb667a4227 (diff) | |
download | ports-08ccc83e46713b901d895e52550068b5ad4ccab6.tar.gz ports-08ccc83e46713b901d895e52550068b5ad4ccab6.zip |
Notes
-rw-r--r-- | comms/hylafax/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 22ab0dfd4992..0850561b2782 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -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}/ |