summaryrefslogtreecommitdiff
path: root/lang/pfe/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-07 19:15:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-07 19:15:49 +0000
commite0878885916ee9f9b7d713d6fb5a5834360e5133 (patch)
tree2511b6439231c6fd9e5f4ca6d9dc248f93f07c3f /lang/pfe/Makefile
parentUpdate to version 1.8.4 (diff)
Update to version 0.32.94
PR: ports/70118 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=115571
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r--lang/pfe/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index 2197e3766d77..df36e48ee7fd 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pfe
-PORTVERSION= 0.32.91
-PORTREVISION= 1
+PORTVERSION= 0.32.94
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,10 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= #
+USE_PERL5_BUILD= yes
+USE_GNOME= gnometarget lthack
USE_GMAKE= yes
-MAKE_ARGS= mandir=/usr/local/man
+USE_LIBTOOL_VER= 13
+LIBTOOLFILES= pfe/configure
+LIBTOOLFLAGS= # none
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
+
MAN1= pfe.1 pfe-config.1
.include <bsd.port.mk>