- Support Staging

- Add LICENSE

PR:		190503
Submitted by:	kheuer@gwdg.de (maintainer)
This commit is contained in:
Carlo Strub 2014-06-05 22:15:45 +00:00
parent 95f4cb843d
commit 54bb427e44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356717

View File

@ -10,12 +10,16 @@ MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \
MAINTAINER= kheuer@gwdg.de
COMMENT= Remote printing utility using a raw bidirectional tcp connection
MAN1= rprint.1
MANCOMPRESSED= yes
PLIST_FILES= bin/rprint
LICENSE= BSD4CLAUSE
MANCOMPRESSED= yes
PLIST_FILES= bin/rprint man/man1/rprint.1.gz
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/rprint ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/rprint.1.gz ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>