Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.

This commit is contained in:
Eitan Adler 2013-03-28 03:28:30 +00:00
parent 6f6e8eaa3a
commit 1e5f12f776
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315433
149 changed files with 389 additions and 696 deletions

View file

@ -1,11 +1,6 @@
# New ports collection makefile for: glunarclock
# Date created: 9 December 2003
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
#
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
# $FreeBSD$
# $MCom: ports/astro/glunarclock/Makefile,v 1.12 2009/04/07 03:25:51 marcus Exp $
#
PORTNAME= glunarclock
PORTVERSION= 0.34.1
PORTREVISION= 1
@ -17,7 +12,8 @@ COMMENT= GNOME applet that displays the current phase of the Moon
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
USES= pathfix
USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes

View file

@ -14,7 +14,8 @@ OPTIONS_DEFINE= GNOME PGPLOT OPENGL
OPTIONS_DEFAULT= PGPLOT OPENGL
PGPLOT_DESC= Enable PGPLOT support
USE_GNOME= gnomehack gnomehier gtk20
USES= pathfix
USE_GNOME= gnomehier gtk20
USE_PERL5= yes
USE_GETTEXT= yes
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: starplot
# Date created: Mon Aug 20 09:08:07 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# Created by: Patrick Li <pat@databits.net>
# $FreeBSD$
#
PORTNAME= starplot
PORTVERSION= 0.95.5
@ -14,7 +10,8 @@ MASTER_SITES= http://starplot.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= 3-dimensional viewer for star charts
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bebocd
# Date created: 02 July 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= bebocd
PORTVERSION= 0.4
@ -17,7 +13,8 @@ COMMENT= GTK2 CD Player
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
USE_XORG= x11
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: cantus_3
# Date created: 18 May 2004
# Whom: asa@gascom.ru
#
# Created by: asa@gascom.ru
# $FreeBSD$
#
PORTNAME= cantus
PORTVERSION= 3.0.2
@ -27,7 +23,8 @@ LATEST_LINK= ${PORTNAME}3
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libglade2 glib20
USES= pathfix
USE_GNOME= gnomeprefix libglade2 glib20
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -12,7 +12,8 @@ COMMENT= Elegant music organizer
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
USE_GNOME= gnomehack gnomeprefix intltool gtksharp20
USES= pathfix
USE_GNOME= gnomeprefix intltool gtksharp20
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes

View file

@ -12,7 +12,8 @@ COMMENT= Audio visualization plugin for the X Window System
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3
USE_GNOME= esound gnomehack gnomehier gtk20
USES= pathfix
USE_GNOME= esound gnomehier gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -20,7 +20,8 @@ USE_AUTOTOOLS= libltdl libtool
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix libgnomeui
USE_XORG= xbitmaps x11
INFO= glame glame-dev

View file

@ -20,7 +20,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
OPTIONS_DEFINE= READLINE DOCS
OPTIONS_DEFAULT=READLINE
USE_GNOME= gnomehack gtk20 libxml2
USES= pathfix
USE_GNOME= gtk20 libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: liteamp
# Date created: 24 June 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= liteamp
@ -21,7 +18,8 @@ LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \
mad.2:${PORTSDIR}/audio/libmad \
vorbisfile.6:${PORTSDIR}/audio/libvorbis
USE_GNOME= gnomehack libgnomeui
USES= pathfix
USE_GNOME= libgnomeui
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,7 +1,6 @@
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
# $MCom: ports/audio/musicbox-tag-editor/Makefile,v 1.5 2007/09/10 05:13:24 mezz Exp $
PORTNAME= musicbox-tag-editor
PORTVERSION= 0.2.3
PORTREVISION= 15
@ -14,7 +13,8 @@ COMMENT= Simple GTK+ audio tag editor
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
USE_GNOME= gnomehack gnomeprefix libglade2
USES= pathfix
USE_GNOME= gnomeprefix libglade2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ripperx
# Date created: 2006-12-26
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
#
PORTNAME= ripperx
PORTVERSION= 2.7.3
@ -21,6 +17,7 @@ RUN_DEPENDS= cdparanoia:${PORTSDIR}/audio/cdparanoia
GNU_CONFIGURE= yes
CFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
USES= pathfix
USE_GNOME= gtk20 gnomehack
MAN1= ripperX.1

View file

@ -16,6 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
USES= pathfix
USE_GNOME= esound gdkpixbuf gnomehack
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -15,7 +15,8 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
USE_GNOME= gtk20 gnomehack gnomeprefix
USES= pathfix
USE_GNOME= gtk20 gnomeprefix
USE_GMAKE= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes

View file

@ -18,7 +18,8 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
speex:${PORTSDIR}/audio/speex
USE_BZIP2= yes
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool

View file

@ -1,7 +1,6 @@
# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
# $FreeBSD$
# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
PORTNAME= tagtool
PORTVERSION= 0.12.3
PORTREVISION= 12
@ -15,7 +14,8 @@ LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib \
vorbis:${PORTSDIR}/audio/libvorbis
USE_BZIP2= yes
USE_GNOME= gnomehack intlhack libglade2
USES= pathfix
USE_GNOME= intlhack libglade2
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,7 +1,6 @@
# Created by: Tilman Linneweh <arved@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/audio/terminatorx/Makefile,v 1.6 2007/08/04 03:51:28 marcus Exp $
PORTNAME= terminatorx
PORTVERSION= 3.84
PORTREVISION= 2
@ -27,7 +26,8 @@ MPG123_DESC= mpg123 support
USE_BZIP2= yes
USE_XORG= x11 xext xi xxf86dga ice sm
USE_GNOME= gnomehack gnomehier gtk20 libxml2
USES= pathfix
USE_GNOME= gnomehier gtk20 libxml2
USE_GMAKE= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: timemachine
# Date created: 2007-01-25
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
#
PORTNAME= timemachine
PORTVERSION= 0.3.3
@ -22,7 +18,8 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
OPTIONS_DEFINE= LASH
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: freeamp
# Date Created: 26 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
#
PORTNAME= zinf
PORTVERSION= 2.2.5
@ -17,7 +13,8 @@ COMMENT= GTK-based MP3 player
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
gdbm.4:${PORTSDIR}/databases/gdbm
USE_GNOME= gnomehack gtk20 lthack
USES= pathfix
USE_GNOME= gtk20 lthack
WANT_GNOME= yes
USE_PERL5= yes
USE_GETTEXT= yes

View file

@ -20,7 +20,8 @@ RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk
OPTIONS_DEFINE= DOCS
USE_GNOME= desktopfileutils gnomehack gtk20
USES= pathfix
USE_GNOME= desktopfileutils gtk20
USE_PERL5_RUN= yes
USE_PYTHON= run
USE_GETTEXT= yes

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: gerbv
# Date created: Jul 16, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= gerbv
PORTVERSION= 2.6.0
@ -18,7 +13,8 @@ COMMENT= A Free Gerber Viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= desktopfileutils gnomehack gtk20
USES= pathfix
USE_GNOME= desktopfileutils gtk20
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
INSTALLS_ICONS= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: libgeda
# Date created: 4 April 2001
# Whom: bruno schwander <bruno@tinkerbox.org>
#
# Created by: bruno schwander <bruno@tinkerbox.org>
# $FreeBSD$
#
PORTNAME= libgeda
PORTVERSION= 1.4.3
@ -21,6 +17,7 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
USES= pathfix
USE_GNOME= gtk20 gnomehack
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-update-mime-database \

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: srecite
# Date created: 28 Oct 2004
# Whom: hamigua <hamigua@cuc.cn>
#
# Created by: hamigua <hamigua@cuc.cn>
# $FreeBSD$
#
PORTNAME= srecite
PORTVERSION= 0.6.2
@ -22,7 +18,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix libgnomeui
WORDBOOKS_PATH= ${PREFIX}/share/${PORTNAME}/wordbooks

View file

@ -14,7 +14,8 @@ COMMENT= GNOME compliant fax viewer capable of displaying TIFF G3 faxes
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gconf gnomeprint
USES= pathfix
USE_GNOME= gnomeprefix gconf gnomeprint
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: dbf
# Date created: Apr 3, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= dbf
PORTVERSION= 0.9.0
@ -21,7 +16,8 @@ OPTIONS_DEFINE= NLS
WRKSRC= ${WRKDIR}/lib${PORTNAME}
USE_ZIP= yes
USE_GNOME= gnomehack intltool
USES= pathfix
USE_GNOME= intltool
USE_GCC= 4.6+
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN=""

View file

@ -1,10 +1,5 @@
# ex:ts=8
# New ports collection makefile for: babytrans
# Date created: 18 September 2002
# Whom: Frederic Cambus
#
# Created by: Frederic Cambus
# $FreeBSD$
#
PORTNAME= babytrans
PORTVERSION= 0.9.1
@ -16,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files
USE_GETTEXT= yes
USE_GNOME= gtk12 gnomehack gnomeprefix
USES= pathfix
USE_GNOME= gtk12 gnomeprefix
GNU_CONFIGURE= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: dlume
# Date created: 07 November 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= dlume
PORTVERSION= 0.2.4
@ -14,7 +10,8 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 address book
USE_GNOME= gnomehack gnomeprefix gtk20 libxml2
USES= pathfix
USE_GNOME= gnomeprefix gtk20 libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -14,7 +14,8 @@ USE_BZIP2= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intltool pygnomedesktop pygnomeextras
USES= pathfix
USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras
USE_PYTHON= 2.5+
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnochm
# Date created: 25 November 2004
# Whom: Radek Kozlowski <radek@raadradd.com>
#
# Created by: Radek Kozlowski <radek@raadradd.com>
# $FreeBSD$
#
PORTNAME= gnochm
PORTVERSION= 0.9.11
@ -18,7 +14,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras
USES= pathfix
USE_GNOME= gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras
GNU_CONFIGURE= yes
USE_PYTHON= 2.2+
USE_GETTEXT= yes

View file

@ -1,11 +1,6 @@
# New ports collection makefile for: gnotime
# Date created: 1 March 2003
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
# $MCom: ports/deskutils/gnotime/Makefile,v 1.24 2009/11/28 05:58:58 mezz Exp $
#
PORTNAME= gnotime
PORTVERSION= 2.3.0
PORTREVISION= 8
@ -21,7 +16,8 @@ COMMENT= A time tracker for gnome2
LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile
USE_XORG= xscrnsaver
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix gtkhtml3 intlhack libgnomeui
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool libltdl

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gtkjournal
# Date created: 08 February 2004
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gtkjournal
PORTVERSION= 0.3.5.b
@ -27,7 +23,8 @@ USE_AUTOTOOLS= libtool
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack lthack
USES= pathfix
USE_GNOME= lthack
CONFIGURE_ARGS= --enable-gtkspell
USE_LDCONFIG= yes

View file

@ -11,7 +11,8 @@ COMMENT= An Gtk2 Todo list manager
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gnomevfs2
USES= pathfix
USE_GNOME= gnomeprefix gnomevfs2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: gTweakUI
# Date Created: 17 June 2004
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# 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
@ -16,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of simple dialogs as a front end to GConf
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2 intlhack
USES= pathfix
USE_GNOME= gnomeprefix libgnomeui gconf2 libglade2 intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: rubrica
# Date created: 27 February 2003
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
#
PORTNAME= rubrica
PORTVERSION= 2.0.10
@ -22,7 +18,8 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
USE_BZIP2= yes
USE_GNOME= gconf2 gnomehack gnomeprefix libglade2
USES= pathfix
USE_GNOME= gconf2 gnomeprefix libglade2
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool

View file

@ -17,7 +17,8 @@ RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop
USES= pathfix
USE_GNOME= gnomeprefix intlhack pygnomedesktop
USE_PYTHON= yes
USE_GETTEXT= yes
USE_GMAKE= yes

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: flowdesigner
# Date created: Apr 14, 2004
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= flowdesigner
PORTVERSION= 0.9.1
@ -19,7 +14,8 @@ COMMENT= A free (GPL) "data flow oriented" development environment
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
fftw.2:${PORTSDIR}/math/fftw
USE_GNOME= gnomehack libgnomeui libxml2
USES= pathfix
USE_GNOME= libgnomeui libxml2
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: g2c
# Date created: Mar 21, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= g2c
PORTVERSION= 0.4
@ -16,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Glade to C translator
PLIST_FILES= bin/g2c
USE_GNOME= gtk12 gnomehack libxml orbit
USES= pathfix
USE_GNOME= gtk12 libxml orbit
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: guiloader-c++
# Date created: 11 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
#
PORTNAME= guiloader-c++
PORTVERSION= 2.19.0
@ -20,7 +16,8 @@ LIB_DEPENDS= guiloader.1:${PORTSDIR}/devel/guiloader \
PROJECTHOST= nothing-personal
USE_BZIP2= yes
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-hidden-visibility

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: guiloader
# Date created: 11 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
#
PORTNAME= guiloader
PORTVERSION= 2.19.0
@ -16,7 +12,8 @@ COMMENT= A high-performance and compact GuiXml loader library
PROJECTHOST= nothing-personal
USE_BZIP2= yes
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: libopensync
# Date created: 2005-06-19
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= libopensync
PORTVERSION= 0.22
@ -22,7 +18,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_PYTHON= yes
USE_GNOME= gnomehack glib20 libxml2
USES= pathfix
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
CONFLICTS= libopensync-0.[3-9]*

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: libsigcx
# Date created: Apr 6, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= libsigcx
PORTVERSION= 0.6.6
@ -18,7 +13,8 @@ COMMENT= An extension of libSigC++
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= ac_cv_path_DOXYGEN=""

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: pharmacy
# Date created: 02 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
#
PORTNAME= pharmacy
PORTVERSION= 0.3
@ -15,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME frontend for CVS
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USES= pathfix
USE_GNOME= gnomeprefix gnomelibs
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: preps-gui
# Date created: Fri Mar 19 14:27:30 EET 2004
# Whom: shadow@psoft.net
#
# Created by: shadow@psoft.net
# $FreeBSD$
#
PORTNAME= preps
PORTVERSION= 2.0.4
@ -20,7 +16,8 @@ COMMENT= Problem reporting system
RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gtk20 gconf2 libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix gtk20 gconf2 libgnomeui
USE_PGSQL= yes
INSTALLS_OMF= yes
GCONF_SCHEMAS= preps.schema

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: regexxer
# Date created: 15 February 2003
# Whom: Rui Lopes <rui@ruilopes.com>
#
# Created by: Rui Lopes <rui@ruilopes.com>
# $FreeBSD$
#
PORTNAME= regexxer
PORTVERSION= 0.9
@ -21,7 +17,8 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intltool intlhack
USES= pathfix
USE_GNOME= gnomeprefix intltool intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gmanedit
# Date created: 12 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gmanedit
PORTVERSION= 0.4.2
@ -14,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME manpages editor
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# Ports collection Makefile for: mlview
# Date created: 24 September 2003
# Whom: Simon Barner <barner@gmx.de>
#
# Created by: Simon Barner <barner@gmx.de>
# $FreeBSD$
#
PORTNAME= mlview
PORTVERSION= 0.8
@ -17,7 +13,8 @@ COMMENT= A tree oriented XML editor for Gnome
USE_BZIP2= yes
USE_AUTOTOOLS= autoconf libtool
USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview libgnomeui
USES= pathfix
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`"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: GSnes9x
# Date created: 18 Jun 2000
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# Created by: Kelly Yancey <kbyanc@posi.net>
# $FreeBSD$
#
PORTNAME= gsnes9x
PORTVERSION= 3.12
@ -17,7 +13,8 @@ COMMENT= A GTK front-end for the Snes9X SNES emulator
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
USE_GNOME= gnomehack gnomeprefix gnomelibs
USES= pathfix
USE_GNOME= gnomeprefix gnomelibs
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gxmame
# Date created: 04 Oct 2003
# Whom: Travis Poppe <tlp@liquidx.org>
#
# Created by: Travis Poppe <tlp@liquidx.org>
# $FreeBSD$
#
PORTNAME= gxmame
DISTVERSION= 0.35beta2
@ -19,7 +15,8 @@ COMMENT= GXmame is a GTK frontend for xmame
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
USE_GNOME= gtk20 intlhack gnomehack gnomeprefix
USES= pathfix
USE_GNOME= gtk20 intlhack gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: VisualOS
# Date created: 26 October 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= VisualOS
PORTVERSION= 1.0.5
@ -16,7 +12,8 @@ COMMENT= Visual simulator of an operating system to help understand an OSes
LICENSE= GPLv2
USE_GNOME= gnomehack gnomeprefix libglade
USES= pathfix
USE_GNOME= gnomeprefix libglade
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: glife
# Date created: 18th May 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= glife
PORTVERSION= 0.2.1
@ -16,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Conway's Game of Life for GNOME
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack libglade
USES= pathfix
USE_GNOME= gnomeprefix libglade
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnmm
# Date created: 19 January 2003
# Whom: Simon Barner <barner@gmx.de>
#
# Created by: Simon Barner <barner@gmx.de>
# $FreeBSD$
#
PORTNAME= gnmm
PORTVERSION= 0.1.2
@ -18,7 +14,8 @@ COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment
USE_GETTEXT= yes
USE_ICONV= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USES= pathfix
USE_GNOME= gnomeprefix gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gno3dtet
# Date created: 21 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
#
PORTNAME= gno3dtet
PORTVERSION= 1.96.1
@ -17,7 +13,8 @@ COMMENT= GNOME version of the classic 3D-ified T*tris
EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui librsvg2
USES= pathfix
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

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomeattacks
# Date created: 01 July 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomeattacks
PORTVERSION= 0.3
@ -16,7 +12,8 @@ COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnomevfs2 libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix gnomevfs2 libgnomeui
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomebreakout
# Date created: 01 Sep 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomebreakout
PORTVERSION= 0.5.3
@ -15,7 +11,8 @@ DISTNAME= gnome-breakout-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of the classic breakout game
USE_GNOME= gnomehack gnomeprefix libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomechess
# Date created: 29 January 2000
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
# Created by: Jeremy Lea <reg@shale.csir.co.za>
# $FreeBSD$
#
PORTNAME= gnomechess
PORTVERSION= 0.3.3
@ -19,7 +15,8 @@ COMMENT= A GUI chess front-end to crafy, for the GNOME Desktop Environment
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
USE_GNOME= gnomecanvas gnomehack gnomeprefix libglade
USES= pathfix
USE_GNOME= gnomecanvas gnomeprefix libglade
USE_GMAKE= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomememoryblocks
# Date created: 10th July 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomememoryblocks
PORTVERSION= 0.2
@ -16,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Memory Blocks game for GNOME
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USES= pathfix
USE_GNOME= gnomeprefix gnomelibs gdkpixbuf
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomermind
# Date created: 11 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomermind
PORTVERSION= 1.0.1
@ -15,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A puzzle game for Gnome, loosely based on the classic MasterMind game
USE_BZIP2= yes
USE_GNOME= gdkpixbuf gnomehack gnomelibs gnomeprefix
USES= pathfix
USE_GNOME= gdkpixbuf gnomelibs gnomeprefix
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnome-sudoku
# Date created: 2005-09-12
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomesudoku
PORTVERSION= 0.6.0
@ -28,7 +24,8 @@ MAKE_ENV+= DISPLAY="localhost:1001"
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop
USES= pathfix
USE_GNOME= gnomeprefix pygnome2 pygnomedesktop
PYDISTUTILS_PKGNAME= gnome-sudoku

View file

@ -13,7 +13,8 @@ COMMENT= GNOME vocabulary builder
LICENSE= GPLv2
USE_GNOME= gnomehack gnomeprefix pygnome2
USES= pathfix
USE_GNOME= gnomeprefix pygnome2
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: gtetrinet
# Date created: 27 Feb 2000
# Whom: Dan Papasian <bugg@bugg.strangled.net>
#
# Created by: Dan Papasian <bugg@bugg.strangled.net>
# $FreeBSD$
PORTNAME= gtetrinet
@ -16,7 +13,8 @@ COMMENT= Version of the popular TetriNET multiplayer Tetris clone
USE_GETTEXT= yes
USE_BZIP2= yes
USE_GNOME= esound gnomehack gnomeprefix libgnomeui
USES= pathfix
USE_GNOME= esound gnomeprefix libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gtktetcolor
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gtktetcolor
PORTVERSION= 0.6.4
@ -18,7 +14,8 @@ COMMENT= Game for GNOME that resembles well-known Tetris and Columns
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: monkeybubble
# Date created: 06 October 2003
# Whom: Adam Weinberger
#
# Created by: Adam Weinberger
# $FreeBSD$
#
PORTNAME= monkeybubble
PORTVERSION= 0.4.0
@ -15,7 +11,8 @@ DISTNAME= monkey-bubble-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 Puzzle Bobble clone with monkeys
USE_GNOME= gnomedocutils gnomehack gnomeprefix intlhack \
USES= pathfix
USE_GNOME= gnomedocutils gnomeprefix intlhack \
librsvg2 libgnomeui
USE_GSTREAMER= yes
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: mudmagic
# Date created: 2006-09-21
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
#
PORTNAME= mudmagic
PORTVERSION= 1.9
@ -20,6 +16,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
expat:${PORTSDIR}/textproc/expat2 \
sqlite3.8:${PORTSDIR}/databases/sqlite3
USES= pathfix
USE_GNOME= gtk20 libglade2 libxml2 gnomehack
GNU_CONFIGURE= yes
USE_GMAKE= yes

View file

@ -28,7 +28,8 @@ PROJECTHOST= sm-ssc
USE_BZIP2= yes
USE_XORG= x11 xau xdmcp xext xrandr xrender xtst
USE_GL= gl glu
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_PERL5_BUILD=yes
USE_ICONV= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: teg
# Date created: 31 October 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= teg
PORTVERSION= 0.11.2
@ -14,7 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A turn-based strategy game for GNOME
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: wargus
# Date created: 1 Jul 2004
# Whom: Travis Poppe <tlp@liquidx.org>
#
# Created by: Travis Poppe <tlp@liquidx.org>
# $FreeBSD$
#
PORTNAME= wargus
PORTVERSION= 2.2.5.5
@ -22,6 +18,7 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus
LICENSE= GPLv2
NOT_FOR_ARCHS= sparc64
USE_GMAKE= yes
USES= pathfix
USE_GNOME= gtk20 gnomehack
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= ${PORTNAME} pkg-message

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: xpuyopuyo
# Date created: 19 Sep 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# Created by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
# $FreeBSD$
#
PORTNAME= xpuyopuyo
PORTVERSION= 0.9.8
@ -34,6 +30,7 @@ CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
.endif
.if ${HAVE_GNOME:Mgnomelibs}!=""
USES= pathfix
USE_GNOME+= gnomelibs gnomehack
PKGNAMESUFFIX= -gnome
.else

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: diacanvas2
# Date created: Feb 9, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= diacanvas2
PORTVERSION= 0.15.4
@ -16,7 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A general drawing canvas from dia dialog editor
USE_GNOME= gnomehack pygnome2
USES= pathfix
USE_GNOME= pygnome2
USE_PYTHON= 2.2+
USE_GMAKE= yes
USE_AUTOTOOLS= libtool

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gnomeiconedit
# Date created: 28th January 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gnomeiconedit
PORTVERSION= 1.2.0
@ -17,7 +13,8 @@ COMMENT= Small GNOME icon editor
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
USE_GNOME= gnomeprefix gnomehack bonobo gnomeprint
USES= pathfix
USE_GNOME= gnomeprefix bonobo gnomeprint
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"

View file

@ -14,7 +14,8 @@ LIB_DEPENDS= exif-gtk.5:${PORTSDIR}/graphics/libexif-gtk \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
WANT_GNOME= yes
USE_GNOME= gnomehack gnomehier gtk20
USES= pathfix
USE_GNOME= gnomehier gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -12,7 +12,8 @@ COMMENT= GTK+ widgets to display/edit EXIF tags
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_AUTOTOOLS= autoconf libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: truevision
# Date created: Mar 12, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= truevision
PORTVERSION= 0.5.5.2
@ -22,7 +17,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
USES= pathfix
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GL= gl
USE_PYTHON= yes
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: irc/lostirc
# Date created: 01 Jul 2002
# Whom: Juan Salaverria <rael@vectorstar.net>
#
# Created by: Juan Salaverria <rael@vectorstar.net>
# $FreeBSD$
#
PORTNAME= lostirc
PORTVERSION= 0.4.6
@ -19,7 +15,8 @@ LICENSE_COMB= dual
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_GNOME= gnomehack gnomeprefix
USES= pathfix
USE_GNOME= gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-kde
MAKE_JOBS_SAFE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: im-ja
# Date created: 2003/09/02
# Whom: Jacques Vidrine <nectar@FreeBSD.org>
#
# Created by: Jacques Vidrine <nectar@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= im-ja
PORTVERSION= 1.5
@ -19,7 +15,8 @@ OPTIONS+= CANNA "Use Canna" on
OPTIONS+= WNN "Use FreeWnn" on
OPTIONS+= GNOMEPANEL "Build GNOME Panel Applet" off
USE_GNOME= gconf2 gnomehack gnomeprefix intlhack libglade2
USES= pathfix
USE_GNOME= gconf2 gnomeprefix intlhack libglade2
USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: lafontaine
# Date created: Sep 6, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= lafontaine
PORTVERSION= 0.4.1
@ -18,7 +13,8 @@ COMMENT= Graphical logo interpreter
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_CSTD= gnu89

View file

@ -1,11 +1,6 @@
# New ports collection makefile for: contact lookup applet
# Date created: 22 January 2004
# Whom: kwm@rainbow-runner.nl
#
# Created by: kwm@rainbow-runner.nl
# $FreeBSD$
# $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $
#
PORTNAME= contact
PORTVERSION= 0.17
PORTREVISION= 8
@ -17,7 +12,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome panel applet for easy Evolution contact book access
USE_GNOME= evolutiondataserver gnomehack gnomepanel gnomeprefix \
USES= pathfix
USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \
libgnomeui
USE_GETTEXT= yes
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: mmc
# Date created: 21 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= mmc
PORTVERSION= 0.5
@ -16,7 +12,8 @@ COMMENT= A tiny mail client for Gnome Desktop
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
USE_GNOME= gnomehack gnomelibs gnomeprefix
USES= pathfix
USE_GNOME= gnomelibs gnomeprefix
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnome gnomesharp20
USES= pathfix
USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20
GCONF_SCHEMAS= cdcollect.schemas
USE_GETTEXT= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= On-Screen-Display infrastructure using Pango text rendering
USE_GNOME= gnomehack gnomeprefix intlhack pygnome2
USES= pathfix
USE_GNOME= gnomeprefix intlhack pygnome2
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -11,7 +11,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME application designed to manage cyclic tasks
USE_GNOME= gnomehack gnomelibs gnomeprefix
USES= pathfix
USE_GNOME= gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

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

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gmerlin
# Date created: 07 Nov 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gmerlin
PORTVERSION= 1.2.0
@ -30,7 +26,8 @@ USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-v4l --disable-v4l2 --disable-v4lconvert \
--without-doxygen --with-cpuflags=none --disable-musicbrainz
USE_GNOME= gnomehack gtk20 libxml2
USES= pathfix
USE_GNOME= gtk20 libxml2
USE_XORG= x11 xext xfixes xinerama xv
USE_GL= gl
USE_LDCONFIG= yes

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: gsubedit
# Date created: Mar 12, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= GSubEdit
PORTVERSION= 0.4.p1
@ -17,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME Subtitle Editor is a tool for editing/converting video subtitles
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USES= pathfix
USE_GNOME= gnomeprefix gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-gettext

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gxine
# Date created: Sa 19 Apr 2003 01:34:06 CEST
# Whom: Grigori Goronzy <greg@chown.ath.cx>
#
# Created by: Grigori Goronzy <greg@chown.ath.cx>
# $FreeBSD$
#
PORTNAME= gxine
PORTVERSION= 0.5.907
@ -23,7 +19,8 @@ OPTIONS_DEFINE= MOZILLA_PLUGIN GNOME LIRC
MOZILLA_PLUGIN_DESC= Mozilla plugin
USE_XZ= yes
USE_GNOME= gnomehack gtk20
USES= pathfix
USE_GNOME= gtk20
USE_GECKO= libxul19
USE_GMAKE= yes
USE_AUTOTOOLS= libtool

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: kino
# Date created: 10 April 2004
# Whom: pb@FreeBSD.org
#
# Created by: pb@FreeBSD.org
# $FreeBSD$
#
PORTNAME= kino
PORTVERSION= 1.3.4
@ -28,7 +24,8 @@ USE_XORG= x11 xv ice
USE_AUTOTOOLS= autoconf
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libglade2 libxml2
USES= pathfix
USE_GNOME= gnomeprefix libglade2 libxml2
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ogmrip
# Date created: 2004-11-19
# Whom: Herve Quiroz <hq@FreeBSD.org>
#
# Created by: Herve Quiroz <hq@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ogmrip
PORTVERSION= 1.0.0
@ -37,7 +33,8 @@ MP4BOX_DESC= Enable Mpeg-4 container support
THEORA_DESC= Enable Ogg Theora video codec support
SRT_DESC= Enable SRT text subtitles support
USE_GNOME= glib20 gnomehack intlhack libxml2
USES= pathfix
USE_GNOME= glib20 intlhack libxml2
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: multimedia/quark
# Date created: 21 Jul 2003
# Whom: Juan Salaverria <rael@vectorstar.net>
#
# Created by: Juan Salaverria <rael@vectorstar.net>
# $FreeBSD$
PORTNAME= quark
@ -18,7 +15,8 @@ LIB_DEPENDS= xine.2:${PORTSDIR}/multimedia/libxine
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= gnomehack gnomeprefix gnomevfs2
USES= pathfix
USE_GNOME= gnomeprefix gnomevfs2
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -19,7 +19,8 @@ INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnomehack gtk20 intltool intlhack
USES= pathfix
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libexo libgui libutil panel
USE_XORG= x11 sm
USE_PKGCONFIG= build

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: libyahoo2
# Date created: Apr 6, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= libyahoo2
PORTVERSION= 1.0.1
@ -16,6 +11,7 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USES= pathfix
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gaim-guifications
# Date created: 2004-05-04
# Whom: ports@c0decafe.net
#
# Created by: ports@c0decafe.net
# $FreeBSD$
#
PORTNAME= pidgin-guifications
PORTVERSION= 2.16
@ -20,7 +16,8 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gtk20
USES= pathfix
USE_GNOME= gnomeprefix gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: vqcc-gtk
# Date created: 07 Sep 2004
# Whom: Saulius Menkevicius <bob@nulis.lt>
#
# Created by: Saulius Menkevicius <bob@nulis.lt>
# $FreeBSD$
#
PORTNAME= vqcc-gtk
PORTVERSION= 0.5
@ -16,7 +12,8 @@ COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM)
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
USE_GNOME= gnomehack gnomeprefix gtk20
USES= pathfix
USE_GNOME= gnomeprefix gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gtkhx
# Date created: 9 February 2002
# Whom: Josh Elsasser <jre@vineyard.net>
#
# Created by: Josh Elsasser <jre@vineyard.net>
# $FreeBSD$
#
PORTNAME= gtkhx
PORTVERSION= 0.9.4
@ -14,6 +10,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK+ version of Hx, a UNIX Hotline Client
USES= pathfix
USE_GNOME= gdkpixbuf gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: g2ipmsg
# Date created: 2006/12/18
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= g2ipmsg
PORTVERSION= 0.9.3
@ -20,7 +16,8 @@ COMMENT= A popup style message communication tool for GNOME2
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack intltool \
USES= pathfix
USE_GNOME= gnomeprefix intlhack intltool \
libgnomeui libbonobo desktopfileutils gnomepanel
USE_GSTREAMER= vorbis
USE_PKGCONFIG= build

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: amcl
# Date created: 15 Apr 2000
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= gnome-mud
PORTVERSION= 0.11.2
@ -18,7 +14,8 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \
gnet-2.0.0:${PORTSDIR}/net/gnet2
USE_BZIP2= yes
USE_GNOME= gconf2 gnomehack gnomeprefix intlhack libglade2 vte
USES= pathfix
USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte
USE_GSTREAMER= yes
USE_GETTEXT= yes
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gsk
# Date created: May 1, 2001
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= gsk
PORTVERSION= 1.0.63
@ -13,6 +9,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A C library for writing servers
USES= pathfix
USE_GNOME= glib20 gnomehack
USE_PKGCONFIG= build
USE_OPENSSL= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: netembryo
# Date created: 7 November 2007
# Whom: Emmanuel Richiardone (err@tollari.org)
#
# Created by: Emmanuel Richiardone (err@tollari.org)
# $FreeBSD$
#
PORTNAME= netembryo
PORTVERSION= 0.1.1
@ -19,6 +15,7 @@ OPTIONS_DEFINE= OPENSSL
OPTIONS_DEFAULT=OPENSSL
USE_BZIP2= yes
USES= pathfix
USE_GNOME= glib20 gnomehack
USE_PKGCONFIG= build
USE_GMAKE= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: tapidbus
# Date created: 2006-01-11
# Whom: Babak Farrokhi
#
# Created by: Babak Farrokhi
# $FreeBSD$
#
PORTNAME= tapidbus
PORTVERSION= 0.2.1
@ -19,6 +15,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USES= pathfix
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
USE_PKGCONFIG= yes

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: grm
# Date created: 20 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= grn
PORTVERSION= 0.0.28
@ -16,7 +12,8 @@ COMMENT= A NNTP client for Gnome
USE_BZIP2= yes
USE_PERL5= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
USES= pathfix
USE_GNOME= gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
LIBTOOLFILES= configure libmutt/configure

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: synce-gnomevfs
# Date created: 28 August 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
#
PORTNAME= synce-gvfs
PORTVERSION= 0.3.1
@ -22,7 +18,8 @@ MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gvfs
USES= pathfix
USE_GNOME= gnomeprefix gvfs
INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: synce-trayicon
# Date created: 28 August 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= synce-trayicon
@ -26,7 +23,8 @@ MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils
USES= pathfix
USE_GNOME= gnomeprefix libgnomeui desktopfileutils
INSTALLS_ICONS= yes
GCONF_SCHEMAS= ${PORTNAME}.schemas
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}

Some files were not shown because too many files have changed in this diff Show more