diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-01 03:03:49 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-01 03:03:49 +0800 |
commit | 4b80610a49db4506ed53b48ab72743a3122cc7ba (patch) | |
tree | e53186fdd12b8222b9eff5a0c2b4eb72e65f2e59 /devel/libgtop2/Makefile | |
parent | 6abb0ca0e8976497864d8eb50fee011d75e5cccb (diff) | |
download | freebsd-ports-gnome-4b80610a49db4506ed53b48ab72743a3122cc7ba.tar.gz freebsd-ports-gnome-4b80610a49db4506ed53b48ab72743a3122cc7ba.tar.zst freebsd-ports-gnome-4b80610a49db4506ed53b48ab72743a3122cc7ba.zip |
Enable nls support. Fix support for 4.0-CURRENT. Remove patch-ae
and make port honour ${PREFIX}. Add category gnome. Remove
impilict dependency on glib11-devel.
PR: ports/9810
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'devel/libgtop2/Makefile')
-rw-r--r-- | devel/libgtop2/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index e1542f836a00..5fce3c46aed7 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -3,24 +3,27 @@ # Date Created: 26 Sep 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.12 1999/01/14 17:00:22 vanilla Exp $ +# $Id: Makefile,v 1.13 1999/01/27 08:31:50 fenner Exp $ # DISTNAME= libgtop-0.99.2 -CATEGORIES= devel +CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ftp://ftp.home-of-linux.org/pub/libgtop/0.99.2/ MASTER_SITE_SUBDIR= libgtop MAINTAINER= nacai@iname.com -LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel \ - gnome.1:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile +# implicit dependencies: +# gettext, glib11-devel + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls -CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" USE_GMAKE= yes post-install: |