diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 20:43:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 20:43:12 +0000 |
commit | 8acc778390c7d2e8bc61a7bf362ad50dbf55f076 (patch) | |
tree | ac5c2103c5bb339ee1f6ca1207d5b36dbefb9640 /misc/gretl/Makefile | |
parent | 4173f404fcb8ca544381c3a2858766be6fc5d7de (diff) | |
download | ports-8acc778390c7d2e8bc61a7bf362ad50dbf55f076.tar.gz ports-8acc778390c7d2e8bc61a7bf362ad50dbf55f076.zip |
Notes
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r-- | misc/gretl/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index d808364c0468..dd25124dcd48 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 0.998a +PORTVERSION= 0.999 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,30 +16,31 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - xml.5:${PORTSDIR}/textproc/libxml \ + gmp.6:${PORTSDIR}/math/libgmp4 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gdkpixbuf WANT_GNOME= yes +USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gmake --without-gmp +CONFIGURE_ARGS= --with-gmake --without-gtk2 INSTALLS_SHLIB= yes MAN1= gretl.1 gretl-config.1 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -PKGNAMESUFFIX= gtk +.if ${HAVE_GNOME:Mgnomeprint}!= "" +USE_GNOME+= gnomeprint gnomeprefix +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome .endif |