1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/deskutils/genius/Makefile

33 lines
787 B
Makefile
Raw Normal View History

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