blob: 978ea022f46e01cb9f7ce8d3507d172724bc22af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cinc
MAINTAINER= verm@drunkmonk.net
COMMENT= Bell Laboratories cardiac computer emulator
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|