1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add staging support

- Convert to USES=gmake
This commit is contained in:
Pawel Pekala 2014-04-09 13:05:30 +00:00
parent 004a8d180f
commit 43de230d1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350696

View File

@ -11,13 +11,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Bell Laboratories cardiac computer emulator
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
PLIST_FILES= bin/cinc \
bin/casm
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|-I-||g; s|bindir)|DESTDIR)$$(&|' \
-e 's|/usr/bin/install|${INSTALL_PROGRAM}|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>