1afa9e48ab
Submitted by: asmodai Approved by: maintainer
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# New ports collection makefile for: CSSC
|
|
# Date created: 31 Mar 1999
|
|
# Whom: Oliver Fromme
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cssc
|
|
PORTVERSION= 0.13a.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= CSSC-0.13alpha.pl1a
|
|
|
|
MAINTAINER= olli@fromme.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-binary
|
|
MAN1= sccs.1
|
|
|
|
WRKSRC= ${WRKDIR}/CSSC-0.13alpha.pl1
|
|
|
|
.include <bsd.port.mk>
|