1994-11-01 06:08:02 +00:00
|
|
|
# New ports collection makefile for: Sather
|
1996-03-07 13:00:53 +00:00
|
|
|
# Version required: 1.0.5
|
1994-11-01 06:08:02 +00:00
|
|
|
# Date created: Mon Oct 31 22:04:12 PST 1994
|
|
|
|
# Whom: hsu
|
|
|
|
#
|
1996-03-07 13:00:53 +00:00
|
|
|
# $Id: Makefile,v 1.10 1995/11/22 13:12:26 asami Exp $
|
1994-11-01 06:08:02 +00:00
|
|
|
#
|
|
|
|
|
1995-02-25 19:42:36 +00:00
|
|
|
DISTNAME= Sather-1.0.5
|
1996-03-07 13:00:53 +00:00
|
|
|
PKGNAME= sather-1.0.5
|
1995-11-22 13:13:16 +00:00
|
|
|
CATEGORIES+= lang
|
1995-04-15 05:44:50 +00:00
|
|
|
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
|
|
|
|
|
1994-11-01 06:08:02 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Sather
|
1994-11-22 10:05:33 +00:00
|
|
|
ALL_TARGET= testall
|
1994-11-01 06:08:02 +00:00
|
|
|
|
1995-04-24 11:29:30 +00:00
|
|
|
do-install:
|
1994-11-01 06:08:02 +00:00
|
|
|
install -c -m 555 ${WRKSRC}/Compiler/cs ${PREFIX}/bin
|
1996-03-07 13:00:53 +00:00
|
|
|
install -c -m 444 ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1
|
1995-04-24 11:29:30 +00:00
|
|
|
-gzip -9nf ${PREFIX}/man/man1/cs.1
|
1996-03-07 13:00:53 +00:00
|
|
|
mkdir -p ${PREFIX}/share/doc/sather
|
|
|
|
install -c -m 444 ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
.for file in Bugs Changes Contributing FAQ README manual.ps
|
|
|
|
install -c -m 444 ${WRKSRC}/Doc/${file} ${PREFIX}/share/doc/sather
|
|
|
|
.endfor
|
|
|
|
.endif
|
1994-11-01 06:08:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|