1999-01-22 11:13:38 +01:00
|
|
|
# New ports collection makefile for: gnomelibs
|
|
|
|
# Date created: 17 June 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-09-06 08:34:19 +02:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1998-09-06 08:34:19 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= gnomelibs
|
2002-04-06 19:31:17 +02:00
|
|
|
PORTVERSION= 1.4.1.5
|
2001-01-24 17:03:49 +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-libs
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= gnome-libs-${PORTVERSION}
|
2002-04-06 19:31:17 +02:00
|
|
|
DIST_SUBDIR= gnome
|
1998-09-06 08:34:19 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
1998-09-06 08:34:19 +02:00
|
|
|
|
2001-05-04 23:39:58 +02:00
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2001-09-12 17:39:01 +02:00
|
|
|
LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \
|
2001-05-31 18:02:52 +02:00
|
|
|
ORBit.2:${PORTSDIR}/devel/ORBit
|
2001-05-04 23:39:58 +02:00
|
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
1999-01-31 20:07:48 +01:00
|
|
|
|
2002-04-06 19:31:17 +02:00
|
|
|
USE_BZIP2= yes
|
1998-09-06 08:34:19 +02:00
|
|
|
USE_X_PREFIX= yes
|
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 11:28:57 +02:00
|
|
|
USE_XPM= yes
|
1999-01-07 11:45:13 +01:00
|
|
|
USE_PERL5= yes
|
1998-12-14 04:27:52 +01:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
USE_IMLIB= yes
|
|
|
|
USE_ESOUND= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-01-15 17:12:51 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1998-09-14 12:07:36 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1999-01-01 03:47:12 +01:00
|
|
|
--datadir=${PREFIX}/share/gnome \
|
2002-04-07 18:41:26 +02:00
|
|
|
--disable-test-gnome \
|
|
|
|
--disable-gtk-doc
|
1999-11-21 10:37:01 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-05-30 06:02:08 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-09-06 08:34:19 +02:00
|
|
|
|
2002-01-28 18:07:12 +01:00
|
|
|
MAN1= dns-helper.1 gconfigger.1 gnome-bug.1 gnome-config.1 \
|
|
|
|
gnome-doc.1 gnome-dump-metadata.1 gnome-gen-mimedb.1 \
|
|
|
|
gnome-mkstub.1 gnome-moz-remote.1 gnome-name-service.1 \
|
|
|
|
gnome-pty-helper.1 gnome.1 gnome_segv.1 goad-browser.1 \
|
|
|
|
libart-config.1 loadshlib.1 new-object.1
|
1999-10-14 05:41:26 +02:00
|
|
|
MAN5= gnome-mime.5
|
1998-09-06 08:34:19 +02:00
|
|
|
|
2000-08-04 18:11:37 +02:00
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:19:21 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2002-01-15 17:12:51 +01:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-08-04 03:19:21 +02:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
2000-09-25 23:01:47 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
|
|
${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c
|
|
|
|
|
2001-01-24 06:07:19 +01:00
|
|
|
# need to make launched gnome-terminals appear in utmp/wtmp
|
|
|
|
post-install:
|
|
|
|
@${CHMOD} u+s ${PREFIX}/bin/gnome-pty-helper
|
|
|
|
|
1999-01-22 11:13:38 +01:00
|
|
|
.include <bsd.port.mk>
|