diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-15 22:27:49 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-15 22:27:49 +0800 |
commit | ce85d210f8dfe28575110a0b0d909b3de304580b (patch) | |
tree | 49fcb43c456fe8fc06d61b65e8a0d70e24f56955 /math/apc | |
parent | 1cdb2875d1c71d725ccc41284044d9746761dc65 (diff) | |
download | freebsd-ports-gnome-ce85d210f8dfe28575110a0b0d909b3de304580b.tar.gz freebsd-ports-gnome-ce85d210f8dfe28575110a0b0d909b3de304580b.tar.zst freebsd-ports-gnome-ce85d210f8dfe28575110a0b0d909b3de304580b.zip |
- Add stage support
- Add LICENSE
- Remove the indefinite article from COMMENT
Diffstat (limited to 'math/apc')
-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> |