1999-02-02 00:21:49 +00:00
|
|
|
# New ports collection makefile for: gnomecore
|
1999-05-09 17:05:03 +00:00
|
|
|
# Version required: 1.0.5
|
1999-02-02 00:21:49 +00:00
|
|
|
# Date created: 17 March 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-09-06 06:37:58 +00:00
|
|
|
#
|
1999-05-30 04:00:47 +00:00
|
|
|
# $Id: Makefile,v 1.23 1999/05/09 17:04:51 steve Exp $
|
1998-09-06 06:37:58 +00:00
|
|
|
#
|
|
|
|
|
1999-05-09 17:05:03 +00:00
|
|
|
DISTNAME= gnome-core-1.0.5
|
|
|
|
PKGNAME= gnomecore-1.0.5
|
1999-01-31 20:50:58 +00:00
|
|
|
CATEGORIES= x11 gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-04-02 03:25:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-core
|
1998-09-06 06:37:58 +00:00
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-09-06 06:37:58 +00:00
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio
|
1999-01-31 20:50:58 +00:00
|
|
|
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \
|
1999-05-30 04:00:47 +00:00
|
|
|
gnomeprint.0:${PORTSDIR}/print/gnomeprint \
|
1999-03-25 02:39:28 +00:00
|
|
|
ghttp.1:${PORTSDIR}/www/libghttp
|
1998-09-06 06:37:58 +00:00
|
|
|
|
1999-05-30 04:00:47 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-01-24 06:24:31 +00:00
|
|
|
|
1998-09-06 06:37:58 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-01-01 06:20:56 +00:00
|
|
|
USE_GMAKE= yes
|
1999-05-30 04:00:47 +00:00
|
|
|
USE_LIBTOOL= yes
|
1998-09-14 10:07:36 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1998-09-06 06:37:58 +00:00
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-05-30 04:00:47 +00:00
|
|
|
--with-gnome=${PREFIX}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-09-06 06:37:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|