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.
37 lines
903 B
Makefile
37 lines
903 B
Makefile
# New ports collection makefile for: uim-gnome
|
|
# Date created: 31 August 2003
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
COMMENT= GNOME applets of uim input method
|
|
|
|
USE_GNOME= gtk20 gnomepanel
|
|
LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim
|
|
RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/uim
|
|
PKGDIR= ${.CURDIR}
|
|
CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \
|
|
LIBS="`pkg-config --libs libgnomeui-2.0`"
|
|
CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet
|
|
|
|
UIM_SLAVE= yes
|
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in
|
|
|
|
.if defined(WITHOUT_X11)
|
|
IGNORE= requires X11
|
|
.endif
|
|
|
|
do-build:
|
|
(cd ${WRKSRC}/helper && ${GMAKE})
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}/helper && \
|
|
${GMAKE} am__EXEEXT_3="" install-serverDATA install-libexecPROGRAMS)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|