1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/Sather/Makefile

22 lines
561 B
Makefile
Raw Normal View History

1994-11-01 06:08:02 +00:00
# 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 $
1994-11-01 06:08:02 +00:00
#
DISTNAME= Sather-1.0.5
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
ALL_TARGET= testall
1994-11-01 06:08:02 +00:00
do-install:
1994-11-01 06:08:02 +00:00
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
1994-11-01 06:08:02 +00:00
.include <bsd.port.mk>