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

40 lines
1.2 KiB
Makefile
Raw Normal View History

1994-11-01 06:08:02 +00:00
# New ports collection makefile for: Sather
# 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
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
1994-11-01 06:08:02 +00:00
#
DISTNAME= Sather-1.0.5
PKGNAME= sather-1.0.5
CATEGORIES= lang
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ \
ftp://ftp.sterling.com/programming/languages/sather/ \
ftp://ftp.uni-muenster.de/pub/languages/sather/ \
ftp://ftp.nis.co.jp/pub/lang/sather/ \
ftp://ftp.th-darmstadt.de/pub/programming/languages/sather/ \
ftp://ftp.sra.co.jp/pub/lang/sather/ \
ftp://ftp.infomagic.com/pub/mirrors/.mirror14/languages/sather/
1995-04-15 05:44:50 +00:00
MAINTAINER= obrien@FreeBSD.org
BROKEN_ELF= gcc: ../../System/GC/gc.a: No such file or directory
1994-11-01 06:08:02 +00:00
WRKSRC= ${WRKDIR}/Sather
ALL_TARGET= testall
1996-11-17 06:12:51 +00:00
MAN1= cs.1
1994-11-01 06:08:02 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Compiler/cs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/share/doc/sather
${INSTALL_DATA} ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather
.if !defined(NOPORTDOCS)
.for file in Bugs Changes Contributing FAQ README manual.ps
${INSTALL_DATA} ${WRKSRC}/Doc/${file} ${PREFIX}/share/doc/sather
.endfor
.endif
1994-11-01 06:08:02 +00:00
.include <bsd.port.mk>