summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 13:04:06 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 13:04:06 +0000
commitd1e1fa4161fd44f874c672e51392a222db75a7fc (patch)
tree6b3a153768254bf55ded1c30184e803b880d5066 /print/ggv/Makefile
parentUpgrade to 0.99.5, and portlint. (diff)
Correct md5 checksum, and portlint.
PR: ports/9829 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=16493
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 260f1a101fe0..8b476d0057ee 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -3,30 +3,29 @@
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1999/01/17 19:58:37 vanilla Exp $
+# $Id: Makefile,v 1.4 1999/01/27 08:31:51 fenner Exp $
#
DISTNAME= ggv-0.26
-CATEGORIES= print
+CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= ggv
MAINTAINER= nacai@iname.com
+BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs
-BROKEN= "gnome 0.99.3"
+# implicit dependencies:
+# gettext, xpm, gtk11-devel, gnomelibs
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
- -I${X11BASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
.include <bsd.port.mk>