diff options
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r-- | textproc/grap/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 0682f44e6373..1163bd49a4b9 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -1,6 +1,5 @@ PORTNAME= grap -PORTVERSION= 1.46 -PORTREVISION= 1 +DISTVERSION= 1.49 CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ @@ -8,16 +7,19 @@ MAINTAINER= faber@lunabase.org COMMENT= Implementation of Kernigan & Bentley's grap language WWW= https://www.lunabase.org/~faber/Vault/software/grap/ -GNU_CONFIGURE= yes -CONFIGURE_ARGS=--with-freebsd-ports +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS EXAMPLES +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-freebsd-ports -CONFLICTS_INSTALL=heirloom-doctools +CONFLICTS_INSTALL= heirloom-doctools -PORTDOCS= README CHANGES COPYRIGHT grap.man +PORTDOCS= CHANGES README grap.man PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.doc \ |