blob: 7ff9353b5aa731ac103174ed95ecaec4e6b1b090 (
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
|
# New ports collection makefile for: CSSC
# Date created: 31 Mar 1999
# Whom: Oliver Fromme
#
# $FreeBSD$
#
PORTNAME= cssc
PORTVERSION= 0.15a.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= CSSC-0.15alpha.pl0
MAINTAINER= olli@fromme.com
COMMENT= A workalike for the source code control system SCCS
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-binary
MAN1= sccs.1
WRKSRC= ${WRKDIR}/CSSC-0.15alpha.pl0
.include <bsd.port.mk>
|