Add an explicit dependency on pkgconf

This commit is contained in:
Baptiste Daroussin 2013-09-03 12:13:23 +00:00
parent d65af50a70
commit 1c7c3d2208
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326137
77 changed files with 117 additions and 294 deletions

View file

@ -18,7 +18,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
USE_BZIP2= yes
USES= gettext gmake
USES= gettext gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \
libwnck gnomedocutils
WANT_GNOME= yes

View file

@ -15,7 +15,7 @@ COMMENT= Collection of accessibility apps for GNOME 2
LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
USE_BZIP2= yes
USES= gettext gmake
USES= gettext gmake pkgconfig
USE_LDCONFIG= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes

View file

@ -17,7 +17,7 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_BZIP2= yes
USES= gmake gettext
USES= gmake gettext pkgconfig
INSTALLS_OMF= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \
gnomespeech libxml2

View file

@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
USE_LDCONFIG= yes
USE_BZIP2= yes
USES= gettext gmake
USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \

View file

@ -18,7 +18,7 @@ LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \
USE_AUTOTOOLS= libltdl libtool
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USES= gmake pathfix gettext
USES= gmake pathfix gettext pkgconfig
USE_GNOME= gnomeprefix libgnomeui
USE_XORG= xbitmaps x11

View file

@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
USE_BZIP2= yes
USE_GNOME= libgnomeui libxml2
USES= gettext shebangfix
USES= gettext shebangfix pkgconfig
USE_PYTHON= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -18,7 +18,7 @@ LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad \
vorbisfile.6:${PORTSDIR}/audio/libvorbis
USES= gmake pathfix gettext
USES= gmake pathfix gettext pkgconfig
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}"

View file

@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-2-15sept2010
MAINTAINER= shurd@sasktel.net
COMMENT= EEPROM programmer for GE Phoenix SX Radios
USES= pkgconfig
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-2

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: glabels
# Date created: 29 September 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
# $MCom: ports/deskutils/glabels/Makefile,v 1.10 2010/04/03 19:25:49 kwm Exp $
#
PORTNAME= glabels
PORTVERSION= 2.2.8
@ -15,12 +11,11 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= A program to create labels and business cards
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui \
desktopfileutils intlhack ltverhack
WANT_GNOME= yes
USES= gettext
USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool

View file

@ -16,7 +16,7 @@ LICENSE= GPLv2 # (or later)
LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
USES= gettext gmake pathfix
USES= gettext gmake pathfix pkgconfig
USE_XORG= xscrnsaver
USE_GNOME= gnomeprefix gtkhtml3 intlhack libgnomeui
USE_AUTOTOOLS= libtool libltdl

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gruler
# Date created: 24 October 2004
# Whom: Piotr Smyrak <smyru@heron.pl>
#
# Created by: Piotr Smyrak <smyru@heron.pl>
# $FreeBSD$
#
PORTNAME= gruler
PORTVERSION= 0.6
@ -14,6 +10,7 @@ MASTER_SITES= http://linuxadvocate.org/projects/gruler/downloads/
MAINTAINER= ps.ports@smyrak.com
COMMENT= A simple customizable GTK screen ruler
USES= pkgconfig
USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,6 +1,7 @@
# Created by: Sergey Akifyev <asa@gascom.ru>
# $FreeBSD$
# $MCom: ports/deskutils/gtweakui/Makefile,v 1.2 2007/05/19 21:36:03 marcus Exp $
PORTNAME= gTweakUI
PORTVERSION= 0.4.0
PORTREVISION= 11
@ -12,9 +13,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of simple dialogs as a front end to GConf
USE_BZIP2= yes
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix libgnomeui gconf2 libglade2 intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes
DESKTOP_FILES= gtweakui-galeon.desktop.in \

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: multisync
# Date created: 25 Nov 2003
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME?= multisync
@ -18,7 +15,7 @@ WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION}
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_GMAKE= yes
USES= gmake pkgconfig
USE_AUTOTOOLS= automake:env libtool
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: nautilus-actions
# Date created: 2005-08-31
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.21 2010/04/16 23:41:09 kwm Exp $
#
PORTNAME= nautilus-actions
PORTVERSION= 2.30.3
@ -21,9 +17,8 @@ LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
INSTALLS_ICONS= yes
USE_BZIP2= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_GNOME= nautilus2 intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: nautilus-locked-folder
# Date created: 2005-09-17
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.12 2009/11/28 05:58:59 mezz Exp $
#
PORTNAME= nautilus-locked-folder
PORTVERSION= 1.0.0
@ -16,6 +12,7 @@ MASTER_SITE_SUBDIR= pav
MAINTAINER= gnome@FreeBSD.org
COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder
USES= pkgconfig
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GNOME= nautilus2 eel2 libgnomeui

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: nautilus-open-terminal
# Date created: 2005-07-07
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.17 2009/08/09 15:30:27 ahze Exp $
#
PORTNAME= nautilus-open-terminal
PORTVERSION= 0.18
@ -16,10 +12,9 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Nautilus extension which allows you to open a terminal
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack
USES= gettext
USES= gettext gmake pkgconfig
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0`
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Project management application for GNOME 2
USE_XZ= yes
USE_GMAKE= yes
USES= pathfix gettext
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \
libgsf desktopfileutils
WANT_GNOME= yes

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gtranslator
# Date created: 16 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gtranslator/Makefile,v 1.12 2007/07/04 15:52:37 mezz Exp $
#
PORTNAME= gtranslator
PORTVERSION= 1.1.7
@ -19,8 +15,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
USE_BZIP2= yes
USE_GNOME= gnomehack intlhack gnomeprefix gnomevfs2 libgnomeui
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: conglomerate
# Date created: Jun 26, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= conglomerate
@ -14,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
INSTALLS_OMF= yes
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -21,9 +21,8 @@ CONFLICTS= gedit-plugins-3.[0-9]*
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USES= pathfix gettext
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix intlhack gnomevfs2
WANT_GNOME= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: ghex2
# Date created: 15 September 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/editors/ghex/Makefile,v 1.13 2008/08/23 18:22:59 mezz Exp $
#
PORTNAME= ghex
PORTVERSION= 2.24.0
@ -17,10 +13,9 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 hex editor
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \
gnomedocutils
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gphpedit
# Date created: 2004-11-21
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
# $FreeBSD$
#
PORTNAME= gphpedit
PORTVERSION= 0.9.80
@ -16,7 +12,7 @@ MASTER_SITES= http://www.gphpedit.org/download/store/ \
MAINTAINER= novel@FreeBSD.org
COMMENT= PHP, HTML, and CSS development environment for GNOME 2.x
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -13,9 +13,8 @@ COMMENT= A tree oriented XML editor for Gnome
USE_BZIP2= yes
USE_AUTOTOOLS= autoconf libtool
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0`"
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0`

View file

@ -30,9 +30,7 @@ LOCALE_TAX_DESC= Enable localized tax categories
WEBKIT_DESC= Use webkit instead of gtkhtml for the HTML engine
USE_BZIP2= yes
USES= gettext
USE_GMAKE= yes
USE_PERL5= yes
USES= gettext gmake pkgconfig perl5
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix libglade2 libgnomeui
GNU_CONFIGURE= yes

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: atomix
# Date created: 30 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $
#
PORTNAME= atomix
PORTVERSION= 2.14.0
@ -16,9 +12,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A yet another little mind game
USE_GMAKE= yes
USE_BZIP2= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gdado
# Date created: 06 May 2007
# Whom: Anish Mistry <amistry@am-productions.biz>
#
# Created by: Anish Mistry <amistry@am-productions.biz>
# $FreeBSD$
#
PORTNAME= gdado
PORTVERSION= 2.2
@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 dice roller
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE= gmake pkgconfig
USE_GNOME= gnomeprefix gtk20 libgnomeui
post-patch:

View file

@ -13,9 +13,8 @@ COMMENT= GNOME version of the classic 3D-ified T*tris
EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui librsvg2
USE_GMAKE= yes
USE_AUTOTOOLS= autoheader automake aclocal autoconf
ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= -a -c -f

View file

@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix gnomevfs2 libgnomeui
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -11,7 +11,7 @@ DISTNAME= gnome-breakout-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of the classic breakout game
USES= pathfix
USES= pathfix pkgconfig
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomekiss
# Date created: 4 Apr 2001
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
#
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
# $FreeBSD$
#
PORTNAME= gnomekiss
PORTVERSION= 2.0
@ -16,6 +12,7 @@ COMMENT= GNOME version of Kisekae Set System
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
USES= pkgconfig
USE_GNOME= gnomeprefix gnomehack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -12,8 +12,7 @@ COMMENT= Uno card game
USE_BZIP2= yes
USE_GNOME= gtk20 libgnomeui
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: grhino
# Date created: 21 Sep 2002
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
#
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
# $FreeBSD$
#
PORTNAME= grhino
PORTVERSION= 0.16.1
@ -14,9 +10,9 @@ MASTER_SITES= SF/rhino/GRhino/${PORTVERSION}
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= GRhino Othello/Reversi Program
USES= gettext
USES= gettext pkgconfig perl5
USE_GNOME= gnomeprefix libgnomeui
USE_PERL5_BUILD=yes
USE_PERL5= build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -12,9 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Version of the popular TetriNET multiplayer Tetris clone
USE_BZIP2= yes
USES= pathfix gettext
USES= pathfix gettext gmake pkgconfig
USE_GNOME= esound gnomeprefix libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -14,9 +14,8 @@ COMMENT= Game for GNOME that resembles well-known Tetris and Columns
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: games/gturing
# Date created: 08 Jul 2002
# Whom: Juan Salaverria <rael@vectorstar.net>
#
# Created by: Juan Salaverria <rael@vectorstar.net>
# $FreeBSD$
#
PORTNAME= gturing
PORTVERSION= 0.1.1
@ -15,8 +11,7 @@ MAINTAINER= sylvio@FreeBSD.org
COMMENT= Simple Turing machine simulator for GNOME 2
USE_GNOME= gnomeprefix gnomehack libgnomeui
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gweled
# Date created: November 28, 2003
# Whom: James Earl
#
# Created by: James Earl
# $FreeBSD$
#
PORTNAME= gweled
PORTVERSION= 0.7
@ -16,7 +12,7 @@ COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine"
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
USE_GMAKE= yes
USE= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2
GNU_CONFIGURE= yes

View file

@ -10,9 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A turn-based strategy game for GNOME
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -17,8 +17,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
#OPTIONS= GNOME "Adds GNOME support" on
USE_BZIP2= yes
USES= gettext
USE_GMAKE= yes
USES= gettext gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack gnomedocutils intlhack
GCONF_SCHEMAS= agave.schemas
INSTALLS_ICONS= yes

View file

@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-i
update-mime-database:${PORTSDIR}/misc/shared-mime-info
USE_BZIP2= yes
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \
gconf2 gnomedesktop
WANT_GNOME= yes

View file

@ -16,11 +16,10 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_BZIP2= yes
USES= pathfix gettext
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GL= gl
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= truevision.1

View file

@ -18,8 +18,7 @@ LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \
notify:${PORTSDIR}/devel/libnotify
USE_BZIP2= yes
USE_GMAKE= yes
USES= pathfix desktop-file-utils gettext
USES= pathfix desktop-file-utils gettext gmake pkgconfig
USE_GNOME= gnomeprefix libgnomeui gnomedocutils
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ibus-anthy
# Date created: 30 Apr 2009
# Whom: Daichi GOTO <daichi@freebsd.org>
#
# Created by: Daichi GOTO <daichi@freebsd.org>
# $FreeBSD$
#
PORTNAME= ibus-anthy
PORTVERSION= 1.2.7
@ -23,8 +19,7 @@ LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_PYTHON= yes
USE_GNOME= pygtk2

View file

@ -19,13 +19,11 @@ LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \
gnome-keyring:${PORTSDIR}/security/gnome-keyring \
canberra-gtk:${PORTSDIR}/audio/libcanberra
USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_PERL5= yes
USE_OPENSSL= yes
USES= pathfix gettext iconv
USES= pathfix gettext iconv perl5 pkgconfig gmake
USE_GNOME= gnomeprefix intlhack libgnomeui gtkhtml3 \
libgnomeprintui
USE_AUTOTOOLS= libltdl

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: gdcalc
# Date created: 2002-06-29
# Whom: Jan Srocker <Jan.Stocker@t-online.de>
#
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
# $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $
@ -16,6 +13,7 @@ COMMENT= Gnome-based scientific calculator
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
USES= pkgconfig
USE_GNOME= gnomehier libgnomeui
GNU_CONFIGURE= yes

View file

@ -13,6 +13,7 @@ COMMENT= Graphical regular expression explorer
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
USES= pkgconfig
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -19,9 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= pathfix gettext
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomehier libgnomeprintui libgnomeui
USE_GMAKE= yes
USE_AUTOTOOLS= automake:env
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: uf-view
# Date created: 30 May 2001
# Whom: Jonathan McGee <mcgee@wam.umd.edu>
#
# Created by: Jonathan McGee <mcgee@wam.umd.edu>
# $FreeBSD$
#
PORTNAME= uf-view
PORTVERSION= 2.4
@ -14,7 +10,7 @@ MASTER_SITES= http://www.hadess.net/files/software/uf-view/
MAINTAINER= mcgee@wam.umd.edu
COMMENT= A gTK+ viewer for the User Friendly and several other popular comics
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -11,7 +11,7 @@ MAINTAINER= sylvio@FreeBSD.org
COMMENT= A graphical network traffic visualization tool for gnome
USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix
USE_GMAKE= yes
USES= gmake pkgconfig
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -28,7 +28,7 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= libltdl libtool
USES= bison
USES= bison pkgconfig
WANT_GNOME= yes
WRKSRC= ${WRKDIR}/${PORTNAME}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: grdesktop
# Date created: Jan 3 2003
# Whom: Florent Thoumie <flz@xbsd.org>
#
# Created by: Florent Thoumie <flz@xbsd.org>
# $FreeBSD$
#
PORTNAME= grdesktop
PORTVERSION= 0.23
@ -18,7 +14,7 @@ COMMENT= GNOME frontend for the remote desktop client (rdesktop)
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= libgnomeui gnomeprefix gnomehack
GCONF_SCHEMAS= grdesktop.schemas
INSTALLS_OMF= yes

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: ggv2
# Date created: 07 July 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $
#
PORTNAME= ggv
PORTVERSION= 2.12.0
@ -18,9 +14,8 @@ COMMENT= GNOME 2 ghostscript viewer
USE_BZIP2= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils
USES= gettext
USES= gettext gmake pkgconfig
USE_GHOSTSCRIPT=yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomephotoprinter
# Date created: 27 Oct 2003
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomephotoprinter
PORTVERSION= 0.7.0
@ -16,10 +12,9 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome Photo Printer is intended for printing photos in an easy way
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \
gnomevfs2
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gribouy
# Date created: 20 Nov 2003
# Whom: bland@FreeBSD.org
#
# Created by: bland@FreeBSD.org
# $FreeBSD$
#
PORTNAME= gribouy
PORTVERSION= 0.0.8
@ -17,7 +13,7 @@ MASTER_SITE_SUBDIR= bland
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gribouy is a Type1 font editor
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui
GNU_CONFIGURE= yes

View file

@ -11,7 +11,7 @@ COMMENT= Smith charting program
LICENSE= GPLv2 # (or later)
USES= gettext
USES= gettext pkgconfig
USE_GNOME= libgnomeui libxml2
GNU_CONFIGURE= yes

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: gnome-gpg
# Date created: 2006-09-02
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $
@ -18,6 +15,7 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= libgnomeui

View file

@ -15,11 +15,10 @@ LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic
USE_GMAKE= yes
MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2
GCONF_SCHEMAS= gpass.schemas

View file

@ -1,6 +1,7 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $
PORTNAME= libgnomesu
PORTVERSION= 1.0.0
PORTREVISION= 10
@ -11,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library and frontend for running commands as root
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix libgnomeui
CONFIGURE_ARGS+=--disable-install-pam
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: battfink
# Date created: 12 April 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= battfink
PORTVERSION= 0.6.2
@ -19,8 +15,7 @@ USE_BZIP2= yes
USE_XORG= x11
INSTALLS_OMF= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: COnfigurator for Gnome
# Date created: 01 May 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= cog
PORTVERSION= 0.8.0
@ -15,9 +11,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A program for editing advanced GNOME settings in an easy way
USE_XORG= x11
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gconf-editor
# Date created: 12 May 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.85 2010/09/27 18:22:59 kwm Exp $
#
PORTNAME= gconf-editor
PORTVERSION= 2.32.0
@ -18,10 +14,9 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A gconf database editor for the GNOME 2 environment
USE_BZIP2= yes
USES= gettext
USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gnome-device-manager
# Date Created: 08 January 2008
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/sysutils/gnome-device-manager/Makefile,v 1.1 2008/01/08 06:47:29 marcus Exp $
#
PORTNAME= gnome-device-manager
PORTVERSION= 0.2
@ -18,7 +14,7 @@ COMMENT= HAL device manager for the GNOME Desktop
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
USE_BZIP2= yes
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gnomehack intlhack ltverhack libgnomeui
USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gnome-pkgview
# Date created: 20 November 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/sysutils/gnome-pkgview/Makefile,v 1.6 2007/05/30 03:21:44 mezz Exp $
#
PORTNAME= gnome-pkgview
PORTVERSION= 1.0.7
@ -16,9 +12,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Displays the version of GNOME components installed
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -19,8 +19,7 @@ RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
CONFIGURE_ARGS= --enable-gnome-mount
USE_BZIP2= yes
USES= gettext
USE_GMAKE= yes
USES= gettext gmake pkgconfig
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack \
desktopfileutils ltasneededhack eel2 libgnomeui

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gnomespell
# Date created: 29 December 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/textproc/gnome-spell/Makefile,v 1.13 2007/10/15 17:17:18 mezz Exp $
#
PORTNAME= gnome-spell
PORTVERSION= 1.0.8
@ -22,7 +18,7 @@ USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -17,7 +17,7 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
PROJECTHOST= ibus
USE_GMAKE= yes
USES= gmake pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.options.mk>

View file

@ -14,10 +14,9 @@ COMMENT= Cross-platform and international dictionary written in Gtk2
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix
USES= gettext
USES= gettext gmake pkgconfig
LATEST_LINK= stardict2
OPTIONS_DEFINE= GNOME

View file

@ -20,10 +20,9 @@ CONFIGURE_ARGS= --disable-festival \
--disable-gucharmap \
--disable-espeak \
--disable-updateinfo
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack
USES= gettext
USES= gettext gmake pkgconfig
CONFIGURE_WRKSRC= ${WRKSRC}/dict
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}

View file

@ -19,8 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd
console-kit-daemon:${PORTSDIR}/sysutils/consolekit
USE_BZIP2= yes
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_APACHE= 22
USE_XORG= sm
USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gtubeclock
# Date created: 9 Jan 2005
# Whom: UMENO Takashi
#
# Created by: UMENO Takashi
# $FreeBSD$
#
PORTNAME= gtubeclock
PORTVERSION= 0.9.1
@ -14,6 +10,7 @@ MASTER_SITES= http://www.bonnyswan.com/gtubeclock/downloads/
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= A nixie tube clock for GNOME
USES= pkgconfig
USE_XORG= x11
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: sanduhr
# Date created: 14 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= sanduhr
PORTVERSION= 1.93
@ -14,8 +10,8 @@ MASTER_SITES= http://seehuhn.de/media/programs/
MAINTAINER= araujo@FreeBSD.org
COMMENT= An alarm clock for GNOME desktop designed as a sand-glass
USES= gmake pkgconfig
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_GMAKE= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gnome-themes-extras
# Date Created: 12 June 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.18 2007/10/04 02:36:16 mezz Exp $
#
PORTNAME= gnome-themes-extras
PORTVERSION= 2.22.0
@ -21,9 +17,8 @@ BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \
RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2
USE_BZIP2= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gnomehack libgnomeui intlhack
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -18,9 +18,7 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
USE_PERL5= yes
USE_GMAKE= yes
USES= pathfix gettext
USES= pathfix gettext perl5 gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui ltverhack
USE_XORG= x11
USE_LDCONFIG= yes

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gtk-sharp
# Date created: 2003-01-01
# Whom: Juli Mallett
#
# Created by: Juli Mallett
# $FreeBSD$
# $Id: Makefile,v 1.13 2006/10/08 01:57:16 killfill Exp $
#
PORTNAME= gtk-sharp
PORTVERSION= 1.0.10
@ -21,8 +17,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
LATEST_LINK= gtk-sharp10
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
USES= perl5
USES= gmake pkgconfig perl5
USE_PERL5= run
USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \
libgnomeprintui libglade2 libgnomeui

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: libgnomeuimm
# Date created: 22 May 2003
# Whom: Alexander Nedotsukov <bland@mail.ru>
#
# Created by: Alexander Nedotsukov <bland@mail.ru>
# $FreeBSD$
# $MCom: ports/x11-toolkits/libgnomeuimm26/Makefile,v 1.20 2009/09/22 21:23:48 kwm Exp $
#
PORTNAME= libgnomeuimm
PORTVERSION= 2.28.0
@ -28,7 +24,7 @@ LATEST_LINK= libgnomeuimm26
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_XORG= x11
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gnomehack libgnomeui
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View file

@ -14,7 +14,7 @@ COMMENT= An Objective Caml interface to GTK+ 2.x
LICENSE= LGPL21
USE_GMAKE= yes
USES= gmake pkgconfig
USE_GNOME= gtk20
USE_OCAML= yes
USE_OCAML_FINDLIB= yes

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: py-gnome
# Date created: 09 February 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.60 2010/04/02 20:22:15 kwm Exp $
#
PORTNAME= gnome
PORTVERSION= 2.28.1
@ -24,10 +20,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit
LATEST_LINK= py-gnome2
USE_BZIP2= yes
USE_GMAKE= yes
USE_PYTHON= yes
USE_LDCONFIG= yes
USES= gettext
USES= gettext gmake pkgconfig
USE_GNOME= gnomehack libgnomeui pygtk2
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: brightide
# Date created: 02 July 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= brightside
PORTVERSION= 1.4.0
@ -14,9 +10,9 @@ MASTER_SITES= LOCAL/marcus
MAINTAINER= marcus@FreeBSD.org
COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop
USES= gmake pkgconfig
USE_BZIP2= yes
USE_XORG= x11 xt
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui
CONFIGURE_ARGS= --enable-tray-icon