summaryrefslogtreecommitdiff
path: root/devel/cssc/Makefile
blob: d0e3f84a9413220e88c6dbd969d9d8947af828e8 (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
# New ports collection makefile for:    CSSC
# Version required:     0.10beta.pl1
# Date created:         31 Mar 1999
# Whom:                 Oliver Fromme
#
# $FreeBSD$
#

DISTNAME=	CSSC-0.10beta.pl1
PKGNAME=	cssc-0.10b.1
CATEGORIES=	devel
MASTER_SITES=	ftp://alpha.gnu.org/gnu/CSSC/

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>