1999-01-22 10:13:38 +00:00
|
|
|
# New ports collection makefile for: gnomelibs
|
1999-03-09 01:13:40 +00:00
|
|
|
# Version required: 1.0.1
|
1999-01-22 10:13:38 +00:00
|
|
|
# Date created: 17 June 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-09-06 06:34:19 +00:00
|
|
|
#
|
1999-03-15 02:04:19 +00:00
|
|
|
# $Id: Makefile,v 1.33 1999/03/09 01:09:05 nectar Exp $
|
1998-09-06 06:34:19 +00:00
|
|
|
#
|
|
|
|
|
1999-03-15 02:04:19 +00:00
|
|
|
DISTNAME= gnome-libs-1.0.3
|
|
|
|
PKGNAME= gnomelibs-1.0.3
|
1999-01-22 10:13:38 +00:00
|
|
|
CATEGORIES= x11 gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-03-09 01:13:40 +00:00
|
|
|
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
1998-09-06 06:34:19 +00:00
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-09-06 06:34:19 +00:00
|
|
|
|
1999-01-14 16:59:34 +00:00
|
|
|
LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \
|
1999-01-01 02:47:12 +00:00
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-01-05 02:23:53 +00:00
|
|
|
ORBit.1:${PORTSDIR}/devel/ORBit \
|
|
|
|
esd.1:${PORTSDIR}/audio/esound
|
1998-09-06 06:34:19 +00:00
|
|
|
|
1999-01-31 19:07:48 +00:00
|
|
|
# implicit dependencies:
|
1999-03-09 01:13:40 +00:00
|
|
|
# gettext, gtk12, tiff34, jpeg, giflib, png
|
1999-01-31 19:07:48 +00:00
|
|
|
|
1998-09-06 06:34:19 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-01-07 10:45:13 +00:00
|
|
|
USE_PERL5= yes
|
1998-12-14 03:27:52 +00:00
|
|
|
USE_GMAKE= yes
|
1998-09-06 06:34:19 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-09-14 10:07:36 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1999-01-01 02:47:12 +00:00
|
|
|
--datadir=${PREFIX}/share/gnome \
|
|
|
|
--disable-gnome-hello \
|
|
|
|
--disable-test-gnome
|
1999-03-09 01:13:40 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
|
|
|
|
-I${LOCALBASE}/include/giflib" \
|
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
1998-09-30 13:51:46 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
1998-09-06 06:34:19 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-09-30 13:51:46 +00:00
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-09-06 06:34:19 +00:00
|
|
|
|
1999-01-22 10:13:38 +00:00
|
|
|
.include <bsd.port.mk>
|