freebsd-ports/devel/cssc/Makefile

29 lines
586 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.10b.1
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/gnu/CSSC/
2000-04-11 23:30:15 +02:00
DISTNAME= CSSC-0.10beta.pl1
MAINTAINER= olli@fromme.com
GNU_CONFIGURE= yes
MAN1= sccs.1
post-install:
@strip ${PREFIX}/bin/sccs
@for FILE in ${PREFIX}/libexec/cssc/*; do \
if file $$FILE | ${GREP} -q 'not stripped'; then \
strip $$FILE; \
fi; \
done
@install-info ${PREFIX}/info/cssc.info ${PREFIX}/info/dir
.include <bsd.port.mk>