freebsd-ports/lang/fpl/Makefile
Kris Kennaway 09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00

37 lines
811 B
Makefile

#
# New ports collection makefile for: fpl
# Date created: 02/01/2003
# Whom: Dominic Marks <dom@cus.org.uk>
#
# $FreeBSD$
#
PORTNAME= fpl
PORTVERSION= 14.12
CATEGORIES= lang
MASTER_SITES= ftp://ich.bin.kein.hoschi.de/fpl/ \
http://www.cus.org.uk/~dom/distfiles/fpl/
MAINTAINER= d.marks@student.umist.ac.uk
COMMENT= An interpreted script/macro language
BROKEN= "Does not fetch; will be removed after Feb 2"
ALL_TARGET=
.include <bsd.port.pre.mk>
pre-build:
@${MV} ${WRKSRC}/src/Makefile ${WRKSRC}/src/Makefile.old
@${MV} ${WRKSRC}/src/Makefile.FreeBSD ${WRKSRC}/src/Makefile
do-install:
@${MKDIR} ${PREFIX}/lib/${PORTNAME}/
${INSTALL_DATA} -m 0644 \
${WRKSRC}/src/libfpl.a \
${WRKSRC}/src/libent.a \
${WRKSRC}/src/liballoc.a \
${PREFIX}/lib/${PORTNAME}/
.include <bsd.port.post.mk>