aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pfe-devel/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-08 03:15:49 +0800
committerkrion <krion@FreeBSD.org>2004-08-08 03:15:49 +0800
commit25b44ed09f2bfe5ff60473e0a8e2f7819246234c (patch)
tree07d8fd998ddf232bb87fba2e891ffccc83f1c4ed /lang/pfe-devel/Makefile
parent48b20842a380baed014c985139c0c1dd437f036f (diff)
downloadfreebsd-ports-gnome-25b44ed09f2bfe5ff60473e0a8e2f7819246234c.tar.gz
freebsd-ports-gnome-25b44ed09f2bfe5ff60473e0a8e2f7819246234c.tar.zst
freebsd-ports-gnome-25b44ed09f2bfe5ff60473e0a8e2f7819246234c.zip
Update to version 0.32.94
PR: ports/70118 Submitted by: Ports Fury
Diffstat (limited to 'lang/pfe-devel/Makefile')
-rw-r--r--lang/pfe-devel/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile
index 2197e3766d77..df36e48ee7fd 100644
--- a/lang/pfe-devel/Makefile
+++ b/lang/pfe-devel/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>