freebsd-ports/lang/Sather/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

2000-02-12 22:25:05 -05:00
# ex:ts=8
# Ports collection makefile for: Sather
# Date created: Mon Oct 31 22:04:12 PST 1994
# Whom: hsu
1994-11-01 01:08:02 -05:00
#
1999-08-25 02:35:40 -04:00
# $FreeBSD$
1994-11-01 01:08:02 -05:00
#
PORTNAME= sather
PORTVERSION= 1.2.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sather
1995-04-15 01:44:50 -04:00
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
USE_GMAKE= yes
ALL_TARGET= full
MAN1= sacomp.1
pre-configure:
@${PERL} -pi.in \
2000-02-13 15:25:00 -05:00
-e "s:%%CC%%:${CC}:g ;" \
-e "s:%%CFLAGS%%:${CFLAGS}:g ;" \
-e "s:%%LOCALBASE%%:${LOCALBASE}:g ;" \
-e "s:%%GMAKE%%:${GMAKE}:g ;" \
${WRKSRC}/System/Common/CONFIG.proto
1994-11-01 01:08:02 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Bin/sacomp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/sacomp.1 ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/share/doc/sather
${INSTALL_DATA} ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sather
.for file in Bugs Changes Contributing FAQ programmer-manual.ps
${INSTALL_DATA} ${WRKSRC}/Doc/${file} ${PREFIX}/share/doc/sather
.endfor
.endif
1994-11-01 01:08:02 -05:00
.include <bsd.port.mk>