- Add stage support

- Add LICENSE
- Remove the indefinite article from COMMENT
This commit is contained in:
Danilo Egea Gondolfo 2014-02-15 14:27:49 +00:00
parent 4fc5298731
commit 69ffafb00d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344391

View file

@ -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>