1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Baptiste Daroussin 2013-11-24 19:41:44 +00:00
parent c84955cb08
commit 387b3637cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334776

View File

@ -10,7 +10,6 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Drum machine compiler
NO_STAGE= yes
USE_SDL= sdl
CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type
LIBS+= `${SDL_CONFIG} --libs`
@ -20,6 +19,6 @@ do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -DUSESDL -o drumpiler drumpiler.c ${LIBS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/drumpiler ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/drumpiler ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>