1995-03-09 10:16:20 +00:00
|
|
|
# New ports collection makefile for: elk
|
1996-11-08 07:32:53 +00:00
|
|
|
# Version required: 3.0pl2
|
1995-03-09 10:16:20 +00:00
|
|
|
# Date created: 08 March 1995
|
|
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
#
|
1996-11-08 07:32:53 +00:00
|
|
|
# $Id: Makefile,v 1.10 1996/03/06 08:20:07 asami Exp $
|
1995-04-24 11:29:30 +00:00
|
|
|
#
|
1995-03-09 10:16:20 +00:00
|
|
|
|
1996-11-08 07:32:53 +00:00
|
|
|
DISTNAME= elk-3.0
|
|
|
|
PKGNAME= elk-3.0.2
|
1995-11-22 13:13:16 +00:00
|
|
|
CATEGORIES+= lang
|
1995-12-20 08:41:04 +00:00
|
|
|
MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ \
|
|
|
|
ftp://crl.dec.com/pub/X11/contrib/devel_tools/ \
|
1995-11-09 07:13:56 +00:00
|
|
|
ftp://ftp.th-darmstadt.de/pub/X11/contrib/devel_tools/
|
1995-04-15 05:44:50 +00:00
|
|
|
|
1996-11-08 07:32:53 +00:00
|
|
|
MAINTAINER= tg@freebsd.org
|
1995-04-15 05:44:50 +00:00
|
|
|
|
1995-03-09 10:16:20 +00:00
|
|
|
PATCH_STRIP= -p1
|
1995-04-11 23:28:11 +00:00
|
|
|
ALL_TARGET= default
|
1995-03-09 10:16:20 +00:00
|
|
|
|
|
|
|
#
|
1996-11-08 07:32:53 +00:00
|
|
|
# we install the scheme binary as ${PREFIX}/bin/elk
|
1995-04-11 23:28:11 +00:00
|
|
|
# to avoid a clash with mit-scheme.
|
1995-03-09 10:16:20 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
pre-install:
|
1995-11-09 07:13:56 +00:00
|
|
|
@mkdir -p ${PREFIX}/share/elk
|
1995-03-09 10:16:20 +00:00
|
|
|
|
1995-04-24 11:29:30 +00:00
|
|
|
post-install:
|
1995-11-09 07:13:56 +00:00
|
|
|
@(cd ${PREFIX}/share/elk; \
|
|
|
|
cp bin/scheme ${PREFIX}/bin/elk; \
|
1995-04-11 23:28:11 +00:00
|
|
|
mkdir -p ${PREFIX}/include/elk; \
|
1995-11-09 07:13:56 +00:00
|
|
|
cp -R include/* ${PREFIX}/include/elk; \
|
|
|
|
rm -rf bin include)
|
1995-04-11 23:28:11 +00:00
|
|
|
@install -c -o bin -g bin -m 444 ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
|
1995-12-20 08:41:04 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-04-24 11:29:30 +00:00
|
|
|
@gzip -9nf ${PREFIX}/man/man1/elk.1
|
1995-12-20 08:41:04 +00:00
|
|
|
.endif
|
1995-03-09 10:16:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|