- Add stage support
This commit is contained in:
parent
b497a91571
commit
959b32aac7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333688
1 changed files with 1 additions and 2 deletions
|
@ -15,12 +15,11 @@ USE_XORG= xpm
|
|||
|
||||
PLIST_FILES= bin/xeyes+
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include -DXPM -DUSLEEP \
|
||||
-o xeyes+ xeyes+.c -L${LOCALBASE}/lib -lX11 -lXpm -lm
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue