freebsd-ports/emulators/cinc/Makefile
Pawel Pekala c64b43bfc8 - Fix build with clang
- Switch to PLIST_FILES for plist
2012-07-01 16:00:40 +00:00

26 lines
471 B
Makefile

# 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>