- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-11-13 14:18:04 +00:00
parent b497a91571
commit 959b32aac7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333688

View file

@ -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>