2000-09-14 17:57:57 +00:00
|
|
|
# New ports collection makefile for: nautilus
|
|
|
|
# Date created: 28th August 2000
|
|
|
|
# Whom: ade, archie
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nautilus
|
2001-05-14 17:18:52 +00:00
|
|
|
PORTVERSION= 1.0.3
|
2000-09-14 17:57:57 +00:00
|
|
|
CATEGORIES= x11-fm gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/nautilus
|
2000-09-14 17:57:57 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-09-14 17:57:57 +00:00
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
|
|
|
# The following is only needed if --with-eazel-services is brought in,
|
|
|
|
# which it isn't, because it depends on ammonite, which is Linux-only
|
|
|
|
# BUILD_DEPENDS+=rpm:${PORTSDIR}/archivers/rpm
|
|
|
|
|
2000-09-14 17:57:57 +00:00
|
|
|
LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \
|
2001-05-05 14:14:59 +00:00
|
|
|
freetype.6:${PORTSDIR}/print/freetype2 \
|
2001-05-14 17:18:52 +00:00
|
|
|
ghttp.1:${PORTSDIR}/www/libghttp \
|
|
|
|
eel.0:${PORTSDIR}/x11-toolkits/eel
|
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
.if !defined(WITHOUT_MOZILLA)
|
2001-05-22 13:41:10 +00:00
|
|
|
MOZILLA= mozilla-embedded
|
2001-02-01 11:48:35 +00:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \
|
|
|
|
${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
|
2000-09-14 17:57:57 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
2000-09-14 17:57:57 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-02-01 20:16:40 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
2000-10-05 07:17:31 +00:00
|
|
|
LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}"
|
2001-05-05 15:00:11 +00:00
|
|
|
CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
|
|
|
|
--with-freetype2-include-place=${LOCALBASE}/include/freetype2
|
2000-09-14 17:57:57 +00:00
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
.if !defined(WITHOUT_MOZILLA)
|
2000-09-14 17:57:57 +00:00
|
|
|
CONFIGURE_ARGS+= --with-mozilla-lib-place=${X11BASE}/lib/${MOZILLA} \
|
2001-02-01 11:48:35 +00:00
|
|
|
--with-mozilla-include-place=${X11BASE}/include/mozilla
|
2000-09-14 17:57:57 +00:00
|
|
|
MOZILLA_LIBS= "-L${X11BASE}/lib/${MOZILLA}"
|
|
|
|
PLIST_SUB+= MOZILLA:=""
|
|
|
|
.else
|
2001-01-12 19:59:39 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-mozilla-component
|
2000-09-14 17:57:57 +00:00
|
|
|
MOZILLA_LIBS= ""
|
|
|
|
PLIST_SUB+= MOZILLA:="@comment "
|
|
|
|
.endif
|
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
MAN1= nautilus-xml-migrate.1
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_MOZILLA)
|
2000-09-14 17:57:57 +00:00
|
|
|
pre-extract:
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
|
|
|
@${ECHO} "You can remove embedded mozilla support by defining WITHOUT_MOZILLA"
|
2000-09-14 17:57:57 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-09-14 17:57:57 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|