freebsd-ports/x11/gnomecore/Makefile

38 lines
963 B
Makefile
Raw Normal View History

1999-02-02 01:21:49 +01:00
# New ports collection makefile for: gnomecore
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= gnomecore
2000-06-05 21:44:26 +02:00
PORTVERSION= 1.2.1
CATEGORIES= x11 gnome
1999-01-27 09:31:54 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-core
2000-04-13 21:19:05 +02:00
DISTNAME= gnome-core-${PORTVERSION}
2000-01-07 03:07:00 +01:00
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
2000-06-02 16:43:08 +02:00
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
xml.5:${PORTSDIR}/textproc/libxml
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
1999-01-24 07:24:31 +01:00
USE_X_PREFIX= yes
1999-01-01 07:20:56 +01:00
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIBS= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-kde-datadir=${LOCALBASE}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gnome-session.1 gnome-wm.1 save-session.1
MAN5= default.session.5
.include <bsd.port.mk>