Cleanup of the unowned ports in the x11 directory

- Convert to staging
- Fix USE_GMAKE
This commit is contained in:
Eitan Adler 2013-10-13 06:14:24 +00:00
parent 5210674604
commit b58e05f76e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330212

View file

@ -12,18 +12,17 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= 9box can "pack" windows inside itself
PLIST_FILES= bin/9box
USE_GMAKE= yes
USES= gmake
USE_XORG= xbitmaps x11 xt
BUILD_WRKSRC= ${WRKSRC}/src
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
s|%%CC%%|${CC}|g' \
${WRKSRC}/src/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>