summaryrefslogtreecommitdiffstats
path: root/deskutils/genius/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-30 03:42:50 +0000
committersteve <steve@FreeBSD.org>1999-05-30 03:42:50 +0000
commit800f4f7768de91320174e0b12b49d49bc8d5cbbd (patch)
tree562bf304a939918057c90760d79695223ce8ab00 /deskutils/genius/Makefile
parent3be1250258623306ed09a3a351f648820e7be27c (diff)
downloadFreeBSD-ports-800f4f7768de91320174e0b12b49d49bc8d5cbbd.zip
FreeBSD-ports-800f4f7768de91320174e0b12b49d49bc8d5cbbd.tar.gz
Update to version 0.4.2 and use new gnome ports.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'deskutils/genius/Makefile')
-rw-r--r--deskutils/genius/Makefile40
1 files changed, 15 insertions, 25 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile
index 44172e2..437af47 100644
--- a/deskutils/genius/Makefile
+++ b/deskutils/genius/Makefile
@@ -1,43 +1,33 @@
# New ports collection makefile for: genius
-# Version required: 0.4.0
+# Version required: 0.4.2
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/03 04:41:08 steve Exp $
#
-DISTNAME= genius-0.4.0
+DISTNAME= genius-0.4.2
CATEGORIES= deskutils gnome
MASTER_SITES= http://ftp.5z.com/pub/genius/
MAINTAINER= andy@icc.surw.chel.su
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- art_lgpl.1:${PORTSDIR}/x11/gnomelibs \
- audiofile.0:${PORTSDIR}/audio/libaudiofile \
- esd.1:${PORTSDIR}/audio/esound \
- gdk_imlib.3:${PORTSDIR}/graphics/imlib \
- gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
- gif.3:${PORTSDIR}/graphics/png \
- glib12.1:${PORTSDIR}/devel/glib12 \
- gmodule12.1:${PORTSDIR}/devel/glib12 \
- gnome.1:${PORTSDIR}/x11/gnomelibs \
- gnomesupport.1:${PORTSDIR}/x11/gnomelibs \
- gnomeui.1:${PORTSDIR}/x11/gnomelibs \
- gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
- intl.1:${PORTSDIR}/devel/gettext \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff34
+BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
+RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${X11BASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+ --with-gnome=${PREFIX}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
post-install:
.if !defined(NOPORTDOCS)
OpenPOWER on IntegriCloud