Cleanup of the unowned ports in the x11 directory
- Convert to staging - Fix USE_GMAKE
This commit is contained in:
parent
5210674604
commit
b58e05f76e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330212
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue