1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Stage support, uses gmake

This commit is contained in:
Antoine Brodin 2013-12-31 13:10:24 +00:00
parent 60654db5e3
commit f56179419a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338297

View File

@ -15,18 +15,16 @@ LICENSE= GPLv2 # (or later)
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm xaw xext x11
USE_GMAKE= yes
USES= gmake
GNU_CONFIGURE= yes
MAN1= aspostit.1
PLIST_FILES= bin/aspostit
PLIST_FILES= bin/aspostit man/man1/aspostit.1.gz
NO_STAGE= yes
post-extract:
@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} aspostit ${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} aspostit.1 ${MANPREFIX}/man/man1)
${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>