blob: 08558db0ce68b15ff243823d65df7e5c2b936593 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
CFLAGS+= -fcommon
EXPIRATION_DATE= 2020-09-30
DEPRECATED= Unmaintained and dead upstream
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>
|