freebsd-ports/lang/elk/Makefile

43 lines
991 B
Makefile
Raw Normal View History

# New ports collection makefile for: elk
# Date created: 08 March 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 08:35:40 +02:00
# $FreeBSD$
#
PORTNAME= elk
PORTVERSION= 3.0.3
CATEGORIES= lang
1998-11-20 10:04:25 +01:00
MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/elk/dist/
DISTNAME= elk-3.0
1995-04-15 07:44:50 +02:00
MAINTAINER= ports@FreeBSD.org
1995-04-15 07:44:50 +02:00
USE_XLIB= yes
ALL_TARGET= default
1996-11-17 07:12:51 +01:00
MAN1= elk.1
post-patch:
@${CP} ${WRKSRC}/config/untested/386pc-freebsd2.1-cc \
${WRKSRC}/config/system
@${CP} ${WRKSRC}/config/sites/386pc-freebsd2.1 \
${WRKSRC}/config/site
pre-install:
1996-11-17 07:12:51 +01:00
@${MKDIR} ${PREFIX}/share/elk
#
# we install the scheme binary as ${PREFIX}/bin/elk
# to avoid a clash with mit-scheme.
#
post-install:
${INSTALL_PROGRAM} ${PREFIX}/share/elk/bin/scheme ${PREFIX}/bin/elk
@${MKDIR} ${PREFIX}/include/elk
${CP} -R ${PREFIX}/share/elk/include/* ${PREFIX}/include/elk
.for dir in bin include
@${RM} -rf ${PREFIX}/share/elk/${dir}
.endfor
1996-11-17 07:12:51 +01:00
@${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
.include <bsd.port.mk>