1995-03-09 10:16:20 +00:00
|
|
|
# New ports collection makefile for: elk
|
1995-11-09 07:13:56 +00:00
|
|
|
# Version required: 3.0
|
1995-03-09 10:16:20 +00:00
|
|
|
# Date created: 08 March 1995
|
|
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
#
|
1996-03-06 08:20:19 +00:00
|
|
|
# $Id: Makefile,v 1.9 1995/12/20 08:40:58 tg Exp $
|
1995-04-24 11:29:30 +00:00
|
|
|
#
|
1995-03-09 10:16:20 +00:00
|
|
|
|
1995-11-09 07:13:56 +00:00
|
|
|
DISTNAME= elk-3.0
|
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
|
|
|
|
1995-12-20 08:41:04 +00:00
|
|
|
PATCHFILES= elk-3.0-patch-1
|
|
|
|
PATCH_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/
|
|
|
|
|
1995-04-15 05:44:50 +00:00
|
|
|
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
|
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
|
|
|
|
|
|
|
#
|
|
|
|
# /usr/local/lib/elk is built into the port.
|
|
|
|
# change it in ${WRKSRC}/config/site if you change it here and vice versa.
|
1995-04-11 23:28:11 +00:00
|
|
|
# i also renamed /usr/local/bin/scheme to /usr/local/bin/elk
|
|
|
|
# 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>
|