diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-02-15 14:27:49 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-02-15 14:27:49 +0000 |
commit | 69ffafb00de1158ef9635e66d9fed3f7acc97fdb (patch) | |
tree | 49fcb43c456fe8fc06d61b65e8a0d70e24f56955 | |
parent | 4fc52987316149366bc4dadd043dbe72954305c1 (diff) |
- Add stage support
- Add LICENSE
- Remove the indefinite article from COMMENT
Notes
Notes:
svn path=/head/; revision=344391
-rw-r--r-- | math/apc/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index fe02459b3471..4cc25e035e63 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -9,14 +9,17 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org -COMMENT= An xforms based Auto Payment Calculator +COMMENT= Xforms based Auto Payment Calculator + +LICENSE= GPLv2 LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms USE_XORG= x11 xpm -MAN1= apc.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/apc +PLIST_FILES= bin/apc man/man1/apc.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1/ -NO_STAGE= yes .include <bsd.port.mk> |