Stage support

This commit is contained in:
Antoine Brodin 2013-12-29 14:06:03 +00:00
parent a29aa26052
commit 1c55544dd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337988

View file

@ -14,15 +14,13 @@ COMMENT= Blast blows holes through windows
WRKSRC= ${WRKDIR}/${PORTNAME}-1.1.orig
USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xt xrandr
MAN1= blast.1
PLIST_FILES= bin/blast
PLIST_FILES= bin/blast man/man1/blast.1.gz
NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -lXext -o ${WRKSRC}/blast
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blast ${PREFIX}/bin/blast
${INSTALL_MAN} ${WRKSRC}/blast.man ${MANPREFIX}/man/man1/blast.1
${INSTALL_PROGRAM} ${WRKSRC}/blast ${STAGEDIR}${PREFIX}/bin/blast
${INSTALL_MAN} ${WRKSRC}/blast.man ${STAGEDIR}${MANPREFIX}/man/man1/blast.1
.include <bsd.port.mk>