1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/lang/Sather/Makefile
Jeffrey Hsu 354f4ade0e Update DISTNAME to Sather-1.0.2.
Make use of ALL_TARGET instead of adding the all target to the
  underlying Makefile.
Obtained from:
1994-11-22 10:05:33 +00:00

22 lines
672 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.1.1.1 1994/11/01 06:08:02 hsu Exp $
#
DISTNAME= Sather-1.0.2
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
DISTFILES= Sather-1.0.2.tar.Z
WRKSRC= ${WRKDIR}/Sather
ALL_TARGET= testall
install:
@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
.include <bsd.port.mk>