1999-03-31 07:33:17 +02:00
|
|
|
# New ports collection makefile for: CSSC
|
|
|
|
# Date created: 31 Mar 1999
|
|
|
|
# Whom: Oliver Fromme
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-03-31 07:33:17 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cssc
|
2003-06-07 20:06:01 +02:00
|
|
|
PORTVERSION= 0.15a.0
|
2003-08-16 11:20:46 +02:00
|
|
|
PORTREVISION= 1
|
1999-03-31 07:33:17 +02:00
|
|
|
CATEGORIES= devel
|
2001-12-29 17:57:03 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-06-07 20:06:01 +02:00
|
|
|
DISTNAME= CSSC-0.15alpha.pl0
|
1999-03-31 07:33:17 +02:00
|
|
|
|
|
|
|
MAINTAINER= olli@fromme.com
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A workalike for the source code control system SCCS
|
1999-03-31 07:33:17 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-12-29 17:57:03 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-binary
|
1999-03-31 07:33:17 +02:00
|
|
|
MAN1= sccs.1
|
2003-08-16 11:12:50 +02:00
|
|
|
INFO= cssc
|
1999-03-31 07:33:17 +02:00
|
|
|
|
2003-06-07 20:06:01 +02:00
|
|
|
WRKSRC= ${WRKDIR}/CSSC-0.15alpha.pl0
|
1999-03-31 07:33:17 +02:00
|
|
|
|
2004-10-06 06:53:33 +02:00
|
|
|
.include <bsd.port.mk>
|