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-09 17:05:03 +00:00
|
|
|
# $Id: Makefile,v 1.22 1999/04/02 03:25:23 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-03-25 02:39:28 +00:00
|
|
|
ghttp.1:${PORTSDIR}/www/libghttp
|
1998-09-06 06:37:58 +00:00
|
|
|
|
1999-01-31 20:50:58 +00:00
|
|
|
# implicit dependencies
|
|
|
|
# gettext, esound, gnomelibs
|
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
|
1998-09-06 06:37:58 +00:00
|
|
|
GNU_CONFIGURE= 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 \
|
|
|
|
--with-gnome=${X11BASE}
|
1999-01-31 20:50:58 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
1999-03-09 01:13:40 +00:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
1998-09-30 14:02:10 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
1998-09-06 06:37:58 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-09-30 14:02:10 +00:00
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-09-06 06:37:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|