cce8f51d23
depends on build.
24 lines
702 B
Makefile
24 lines
702 B
Makefile
# 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.7 1995/04/15 05:44:29 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Sather-1.0.5
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
|
|
|
|
WRKSRC= ${WRKDIR}/Sather
|
|
ALL_TARGET= testall
|
|
|
|
install: build
|
|
@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
|
|
-gzip -9 -f ${PREFIX}/man/man1/cs.1
|
|
|
|
.include <bsd.port.mk>
|