Add staging support

This commit is contained in:
Pawel Pekala 2014-03-16 23:17:21 +00:00
parent ed08b27967
commit d8057eeadd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348437

View File

@ -13,12 +13,14 @@ COMMENT= Speech synthesizer
LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \
libaudio.so:${PORTSDIR}/audio/nas
NO_STAGE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
pre-configure:
@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c
post-configure:
@${REINPLACE_CMD} -E 's,(BIN|LIB)_DIR\),DESTDIR\)$$\(&,g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>