summaryrefslogtreecommitdiff
path: root/lang/pfe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r--lang/pfe/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
deleted file mode 100644
index 97da1f9ae5fa..000000000000
--- a/lang/pfe/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: pfe-devel
-# Date created: 29 October 2000
-# Whom: patrick
-#
-# $FreeBSD$
-#
-
-PORTNAME= pfe
-PORTVERSION= 0.32.94
-PORTREVISION= 1
-CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= andrew.nau.ua@gmail.com
-COMMENT= Implementation of ANSI Forth
-
-LATEST_LINK= pfe-devel
-
-USE_PERL5_BUILD=yes
-USE_GNOME= gnometarget lthack
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-LIBTOOLFILES= pfe/configure
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
-
-MAN1= pfe.1 pfe-config.1
-
-.include <bsd.port.mk>