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>
|
1998-09-06 08:37:58 +02:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1998-09-06 08:37:58 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= gnomecore
|
|
|
|
PORTVERSION= 1.0.55
|
1999-01-31 21:50:58 +01:00
|
|
|
CATEGORIES= x11 gnome
|
1999-01-27 09:31:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 20:08:13 +01:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-core
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= gnome-core-${PORTVERSION}
|
1998-09-06 08:37:58 +02:00
|
|
|
|
2000-01-07 03:07:00 +01:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1998-09-06 08:37:58 +02:00
|
|
|
|
1999-03-09 02:13:40 +01:00
|
|
|
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio
|
1999-01-31 21:50:58 +01:00
|
|
|
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \
|
2000-05-17 18:30:50 +02:00
|
|
|
gnomeprint.9:${PORTSDIR}/print/gnomeprint \
|
1999-03-25 03:39:28 +01:00
|
|
|
ghttp.1:${PORTSDIR}/www/libghttp
|
1998-09-06 08:37:58 +02:00
|
|
|
|
1999-05-30 06:00:47 +02:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-01-24 07:24:31 +01:00
|
|
|
|
1998-09-06 08:37:58 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-01-01 07:20:56 +01:00
|
|
|
USE_GMAKE= yes
|
1999-05-30 06:00:47 +02:00
|
|
|
USE_LIBTOOL= yes
|
1998-09-14 12:07:36 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1998-09-06 08:37:58 +02:00
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-11-20 12:07:45 +01:00
|
|
|
--with-gnome=${PREFIX} \
|
|
|
|
--with-kde-datadir=${LOCALBASE}/share
|
1999-05-30 06:00:47 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-09-06 08:37:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|