aboutsummaryrefslogtreecommitdiff
path: root/misc/gretl/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-18 20:40:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-18 20:40:46 +0000
commit30a48cbbcae152bc9607de7c18dc985a2d2d6f59 (patch)
tree937a57fd32f3ee958d3719ffda8884baadec2777 /misc/gretl/Makefile
parent8348b9bacd7ec15285f1c9e2d92ecfe750d6222b (diff)
downloadports-30a48cbbcae152bc9607de7c18dc985a2d2d6f59.tar.gz
ports-30a48cbbcae152bc9607de7c18dc985a2d2d6f59.zip
Notes
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r--misc/gretl/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile
index 1d6a7bcad599..75d0c8303836 100644
--- a/misc/gretl/Makefile
+++ b/misc/gretl/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.2.9
-PORTREVISION= 1
+PORTVERSION= 1.3.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,7 +24,6 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
WANT_GNOME= yes
USE_GNOME= gnometarget gtk20 libxml2
-USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -34,7 +32,7 @@ CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake
ALL_TARGET= # empty
INSTALLS_SHLIB= yes
-MAN1= gretl.1 gretl-config.1
+MAN1= gretl.1 gretl-config.1
.include <bsd.port.pre.mk>
@@ -45,12 +43,11 @@ BROKEN= "math/lapack appears to be broken on alpha"
.if ${HAVE_GNOME:Mlibgnomeui}!=""
PKGNAMESUFFIX= -gnome
USE_GNOME+= gnomeprefix gtksourceview libgnomeui
+INSTALLS_OMF= yes
+GCONF_SCHEMAS= gretl.schemas
DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
.else
CONFIGURE_ARGS+= --without-gnome --without-gtksourceview
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|libpng"|libpng12"|g' ${WRKSRC}/configure
-
.include <bsd.port.post.mk>