1999-05-03 04:41:09 +00:00
|
|
|
# New ports collection makefile for: genius
|
2000-04-06 17:50:02 +00:00
|
|
|
# Version required: 0.4.6
|
1999-05-03 04:41:09 +00:00
|
|
|
# Date created: 1 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 04:41:09 +00:00
|
|
|
#
|
|
|
|
|
2000-04-06 17:50:02 +00:00
|
|
|
DISTNAME= genius-0.4.6
|
1999-05-03 04:41:09 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
|
|
|
|
2000-03-29 22:34:41 +00:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1999-05-03 04:41:09 +00:00
|
|
|
|
1999-05-30 03:42:50 +00:00
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-05-03 04:41:09 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-30 03:42:50 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
1999-05-03 04:41:09 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-05-30 03:42:50 +00:00
|
|
|
--with-gnome=${PREFIX}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-05-03 04:41:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|