blob: 57cb1fd400ee8da6e0eda1d9ab1ecbc7f08c10b2 (
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
30
31
32
|
# New ports collection makefile for: CSSC
# Date created: 31 Mar 1999
# Whom: Oliver Fromme
#
# $FreeBSD$
#
PORTNAME= cssc
PORTVERSION= 0.15a.0
PORTREVISION= 1
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
INFO= cssc
WRKSRC= ${WRKDIR}/CSSC-0.15alpha.pl0
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>
|