summaryrefslogtreecommitdiff
path: root/lang/Sather/Makefile
blob: 2740a9bbae1b66fc5aad6ebca8788c7ce40bf352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    Sather
# Version required:     1.0.1
# Date created:         Mon Oct 31 22:04:12 PST 1994
# Whom:                 hsu
#
# $Id: Makefile,v 1.9 1995/04/24 11:28:53 asami Exp $
#

DISTNAME=       Sather-1.0.5
CATEGORIES+=	lang
MASTER_SITES=   ftp://ftp.icsi.berkeley.edu/pub/sather/

WRKSRC=		${WRKDIR}/Sather
ALL_TARGET=	testall

do-install:
	install -c -m 555 ${WRKSRC}/Compiler/cs ${PREFIX}/bin
	install -c -m 555 ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1
	-gzip -9nf ${PREFIX}/man/man1/cs.1

.include <bsd.port.mk>