mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add stage support
- Add LICENSE - Remove the indefinite article from COMMENT
This commit is contained in:
parent
4fc5298731
commit
69ffafb00d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344391
1 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue