1995-04-15 07:44:50 +02:00
|
|
|
# New ports collection makefile for: pfe
|
|
|
|
# Date created: 23 November 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1995-04-15 07:44:50 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= pfe
|
|
|
|
PORTVERSION= 0.9.14
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= lang
|
1999-10-11 01:51:49 +02:00
|
|
|
MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/
|
1994-11-23 08:23:24 +01:00
|
|
|
|
1996-11-17 07:12:51 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
1999-10-11 01:51:49 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
1999-12-24 05:43:29 +01:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= config.sh
|
|
|
|
CONFIGURE_ARGS= ${OPSYS}
|
1996-11-17 07:12:51 +01:00
|
|
|
MAN1= pfe.1
|
|
|
|
|
1999-10-11 01:51:49 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pfe ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1/pfe.1
|
1994-11-23 08:23:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|