blob: 3ef3c156d990c2f37049b038def402745d1221dc (
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
|
# New ports collection makefile for: cinc
# Date created: 28 May 2002
# Whom: 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
USE_GMAKE= yes
PLIST_FILES= bin/cinc \
bin/casm
post-patch:
@${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|