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