43de230d1f
- Convert to USES=gmake
25 lines
478 B
Makefile
25 lines
478 B
Makefile
# Created by: verm@drunkmonk.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cinc
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bell Laboratories cardiac computer emulator
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/cinc \
|
|
bin/casm
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-I-||g; s|bindir)|DESTDIR)$$(&|' \
|
|
-e 's|/usr/bin/install|${INSTALL_PROGRAM}|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|