ae52bc8089
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
32 lines
899 B
Makefile
32 lines
899 B
Makefile
# New ports collection makefile for: gnome-swallow
|
|
# Date created: 16 April 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome-swallow
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= http://interreality.org/~tetron/technology/swallow/
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Applet that swallows any X11 application into the GNOME 2 panel
|
|
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnomepanel
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
LIBS="`pkg-config --libs libgnomeui-2.0`"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
|
|
${WRKSRC}/GNOME_Swallow.server
|
|
|
|
.include <bsd.port.mk>
|