1994-11-01 01:08:02 -05:00
|
|
|
# New ports collection makefile for: Sather
|
|
|
|
# Version required: 1.0.1
|
|
|
|
# Date created: Mon Oct 31 22:04:12 PST 1994
|
|
|
|
# Whom: hsu
|
|
|
|
#
|
1995-04-16 17:28:20 -04:00
|
|
|
# $Id: Makefile,v 1.7 1995/04/15 05:44:29 asami Exp $
|
1994-11-01 01:08:02 -05:00
|
|
|
#
|
|
|
|
|
1995-02-25 14:42:36 -05:00
|
|
|
DISTNAME= Sather-1.0.5
|
1995-04-01 07:51:41 -05:00
|
|
|
CATEGORIES+= languages
|
1995-04-15 01:44:50 -04:00
|
|
|
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
|
|
|
|
|
1994-11-01 01:08:02 -05:00
|
|
|
WRKSRC= ${WRKDIR}/Sather
|
1994-11-22 05:05:33 -05:00
|
|
|
ALL_TARGET= testall
|
1994-11-01 01:08:02 -05:00
|
|
|
|
1995-04-16 17:28:20 -04:00
|
|
|
install: build
|
1994-11-01 01:08:02 -05:00
|
|
|
@if [ ! -e ${PREFIX}/bin ]; then mkdir -p ${PREFIX}/bin; fi
|
|
|
|
@if [ ! -e ${PREFIX}/man/man1 ]; then mkdir -p ${PREFIX}/man/man1; fi
|
|
|
|
install -c -m 555 ${WRKSRC}/Compiler/cs ${PREFIX}/bin
|
|
|
|
install -c -m 555 ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1
|
1995-03-05 03:20:43 -05:00
|
|
|
-gzip -9 -f ${PREFIX}/man/man1/cs.1
|
1994-11-01 01:08:02 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|