- Support staging

- New LIB_DEPENDS definition
This commit is contained in:
Emanuel Haupt 2014-02-28 12:21:56 +00:00
parent 8b854de6a4
commit facdfd83a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346493

View File

@ -10,16 +10,14 @@ MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/
MAINTAINER= hrs@FreeBSD.org
COMMENT= A PostScript pretty-printer for C source
LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper
LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/c2ps
MAN1= c2ps.1
PLIST_FILES= bin/c2ps man/man1/c2ps.1.gz
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${MANPREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>