freebsd-ports/devel/cssc/Makefile

27 lines
540 B
Makefile
Raw Normal View History

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