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-17 06:12:51 +00:00
|
|
|
# $Id: Makefile,v 1.12 1996/11/12 02:18:06 obrien 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
|
1996-11-12 02:19:40 +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
|
1996-11-17 06:12:51 +00:00
|
|
|
MAN1= elk.1
|
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:
|
1996-11-17 06:12:51 +00:00
|
|
|
@${MKDIR} ${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; \
|
1996-11-17 06:12:51 +00:00
|
|
|
${CP} bin/scheme ${PREFIX}/bin/elk; \
|
|
|
|
${MKDIR} ${PREFIX}/include/elk; \
|
|
|
|
${CP} -R include/* ${PREFIX}/include/elk; \
|
1995-11-09 07:13:56 +00:00
|
|
|
rm -rf bin include)
|
1996-11-17 06:12:51 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
|
1995-03-09 10:16:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|