Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
This commit is contained in:
wiz 2009-07-22 09:01:16 +00:00
parent c92320d926
commit 6f7c23cfe5
372 changed files with 373 additions and 750 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.94 2009/07/09 18:21:44 drochner Exp $
# $NetBSD: Makefile,v 1.95 2009/07/22 09:01:16 wiz Exp $
#
DISTNAME= file-roller-2.26.3
@ -18,7 +18,6 @@ DEPENDS+= zip>=2.3nb2:../../archivers/zip
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.72 2009/05/20 00:58:05 wiz Exp $
# $NetBSD: Makefile,v 1.73 2009/07/22 09:01:17 wiz Exp $
DISTNAME= amarok-${VERSION}
VERSION= 1.4.10
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake pkg-config msgfmt
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2008/11/11 12:36:58 hasso Exp $
# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= audacious-1.5.1
@ -14,7 +14,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_DIRS+= xdg-1.4
CONFIGURE_ARGS+= --enable-chardet --enable-nls

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.24 2007/09/21 13:03:26 wiz Exp $
# $NetBSD: Makefile.common,v 1.25 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= bmp-0.9.7.1
@ -17,7 +17,6 @@ PATCHFILES= bmp-0.9.7-ipv6-simple.diff
PATCH_DIST_STRIP+= -p1
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2009/03/26 23:12:22 wiz Exp $
# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= bmpx-0.40.14
@ -15,7 +15,6 @@ DEPENDS+= zip-[0-9]*:../../archivers/zip
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2 kde3-1.0
USE_LANGUAGES= c c++
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2008/11/08 21:13:27 bjs Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= easytag-2.1.6
@ -14,7 +14,6 @@ COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others (development vers
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.61 2009/02/24 16:16:24 wiz Exp $
# $NetBSD: Makefile,v 1.62 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= easytag-2.1
@ -14,7 +14,6 @@ COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2009/04/03 07:55:23 wiz Exp $
# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= exaile_0.2.14
@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake intltool msgfmt
USE_DIRS+= xdg-1.1
PYTHON_PATCH_SCRIPTS= exaile.py
MAKE_ENV+= PYTHONBIN=${PYTHONBIN}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2009/05/30 01:39:09 obache Exp $
# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= gimmix-0.5.6.1
@ -17,7 +17,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool gmake msgfmt pkg-config
USE_DIRS+= xdg-1.1
# fixes broken symbolic link to /usr/share/intltool/Makefile.in.in
post-extract:

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:05 joerg Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:17 wiz Exp $
#
DISTNAME= glurp-0.11.6
@ -13,7 +13,6 @@ COMMENT= Graphical GTK+2-based client for musicpd
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= intltool pkg-config
.include "../../devel/glib2/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2009/05/30 01:25:19 obache Exp $
# $NetBSD: Makefile,v 1.31 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= gmpc-0.18.0
@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= intltool msgfmt pkg-config gmake
PKGCONFIG_OVERRIDE= data/gmpc.pc.in
USE_DIRS+= xdg-1.1
.include "options.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2008/05/29 17:15:59 drochner Exp $
# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= gnome-audio-2.22.2
@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= YES
NO_BUILD= YES
USE_DIRS+= xdg-1.4
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2009/01/12 21:12:40 shattered Exp $
# $NetBSD: Makefile,v 1.19 2009/07/22 09:01:18 wiz Exp $
DISTNAME= gqmpeg-0.91.1
PKGREVISION= 6
@ -16,8 +16,6 @@ DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools
DEPENDS+= xmp>=2.0.2:../../audio/xmp
USE_TOOLS+= msgfmt pkg-config
USE_DIRS+= gnome2-1.5
USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.94 2009/01/12 21:12:40 shattered Exp $
# $NetBSD: Makefile,v 1.95 2009/07/22 09:01:18 wiz Exp $
DISTNAME= gqmpeg-0.20.0
PKGREVISION= 11
@ -16,8 +16,6 @@ DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools
DEPENDS+= xmp>=2.0.2:../../audio/xmp
USE_TOOLS+= msgfmt
USE_DIRS+= gnome1-1.5
USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2009/07/14 19:29:44 hasso Exp $
# $NetBSD: Makefile,v 1.25 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= gtkpod-0.99.14
@ -12,7 +12,6 @@ COMMENT= GUI for iPod using GTK2
GNU_CONFIGURE= yes
USE_DIRS= xdg-1.4
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool gmake lex msgfmt perl:run pkg-config
@ -33,8 +32,6 @@ DEPENDS+= bash>=3.2.9:../../shells/bash
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.0
BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2
USE_DIRS+= xdg-1.4
.include "options.mk"
.include "../../audio/libgpod/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/08/19 20:32:12 bjs Exp $
# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= jack-rack-1.4.7
@ -13,7 +13,6 @@ COMMENT= Effects "rack" for JACK
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/03/02 16:29:31 wiz Exp $
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= libcanberra-0.11
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
USE_DIRS+= gnome2-1.5
GCONF_SCHEMAS+= libcanberra.schemas
PKGCONFIG_OVERRIDE+= libcanberra-gtk.pc.in

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2008/07/14 12:55:57 joerg Exp $
# $NetBSD: Makefile,v 1.32 2009/07/22 09:01:18 wiz Exp $
DISTNAME= liteamp-0.2.4.2
PKGREVISION= 13
@ -11,7 +11,6 @@ COMMENT= Light-weight Music Player for GNOME2
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/12/20 18:38:30 jmcneill Exp $
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= padevchooser-0.9.3
@ -15,7 +15,6 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS= pkg-config gmake
USE_LIBTOOL= yes
USE_DIRS+= gnome2-1.5
CONFIGURE_ARGS+= --disable-lynx

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/05/19 07:04:44 abs Exp $
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:18 wiz Exp $
#
DISTNAME= paman-0.9.4
@ -12,7 +12,6 @@ COMMENT= GTK frontend for the PulseAudio sound server
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS= gnome2-1.5
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c++

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/05/31 15:59:03 abs Exp $
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= paprefs-0.9.7
@ -12,7 +12,6 @@ COMMENT= Configuration dialog for the PulseAudio sound server
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake intltool perl msgfmt
USE_DIRS+= gnome2-1.5
CONFIGURE_ARGS+= --disable-lynx

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/05/31 16:07:19 abs Exp $
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= pavucontrol-0.9.7
@ -12,7 +12,6 @@ COMMENT= Volume control tool ("mixer") for the PulseAudio sound server
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake intltool perl msgfmt
USE_DIRS+= gnome2-1.5
CONFIGURE_ARGS+= --disable-lynx

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/05/31 16:08:47 abs Exp $
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= pavumeter-0.9.3
@ -12,7 +12,6 @@ COMMENT= Volume meter for the PulseAudio sound server
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake intltool perl
USE_DIRS+= gnome2-1.5
CONFIGURE_ARGS+= --disable-lynx

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/07/18 14:58:17 drochner Exp $
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= picard-0.11
@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
USE_DIRS+= xdg-1.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2009/07/05 10:42:53 obache Exp $
# $NetBSD: Makefile,v 1.25 2009/07/22 09:01:19 wiz Exp $
# NOTE: Please send a copy of any patches that are not pkgsrc-specific
# to <pulseaudio-discuss@mail.0pointer.de>
@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake m4 msgfmt intltool perl \
autoconf automake autoreconf
USE_DIRS+= xdg-1.4
AUTOCONF_REQD= 2.62

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2008/07/14 09:02:41 wiz Exp $
# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= pykaraoke-0.6
@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
# for .kar files, untested for lack of files
#DEPENDS+= timidity-[0-9]*:../../audio/timidity
USE_DIRS+= xdg-1.4
PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/07/31 04:02:40 bjs Exp $
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= qjackctl-0.3.3
@ -12,7 +12,6 @@ COMMENT= JACK Audio Connection Kit Qt4 GUI
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.4
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.65 2009/06/04 11:44:24 drochner Exp $
# $NetBSD: Makefile,v 1.66 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= rhythmbox-0.12.2
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2009/07/08 13:55:58 joerg Exp $
# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= solfege-3.14.1
@ -12,7 +12,6 @@ COMMENT= Practice several musical ear training exercises
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
BUILD_DEPENDS+= txt2man-[0-9]*:../../converters/txt2man
USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2009/05/26 18:24:58 drochner Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= sonata-1.6.2
@ -17,7 +17,6 @@ DEPENDS+= musicpd>0:../../audio/musicpd
PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_DIRS+= xdg-1.4
USE_TOOLS+= pkg-config msgfmt
# gtk threading bugfix

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2009/04/07 10:38:54 drochner Exp $
# $NetBSD: Makefile,v 1.23 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= sound-juicer-2.26.0
@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_DIRS= xdg-1.4 gnome2-1.6
USE_TOOLS+= gmake pkg-config intltool msgfmt
USE_LANGUAGES= c c++

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/12/15 10:43:13 hasso Exp $
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= sound-theme-freedesktop-0.2
@ -13,7 +13,6 @@ COMMENT= Set of audio files for FreeDesktop
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.4
USE_TOOLS+= gmake intltool msgfmt
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2009/03/08 15:56:43 wiz Exp $
# $NetBSD: Makefile,v 1.42 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= streamtuner-0.99.99
@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake msgfmt pkg-config intltool
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2009/02/21 13:22:43 wiz Exp $
# $NetBSD: Makefile,v 1.42 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= sweep-0.9.3
@ -12,7 +12,6 @@ COMMENT= Full-featured digital sound editor
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2009/05/16 21:56:15 zafer Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= arka-0.11
@ -15,7 +15,6 @@ DEPENDS+= gp-[0-9]*:../../biology/gp
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
CONF_FILES= ${PREFIX}/share/examples/arka/arkarc ${PKG_SYSCONFDIR}/arkarc
CPPFLAGS+= -DARKA_GLOBAL=\"${PKG_SYSCONFDIR}/arkarc\"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2008/01/05 20:27:16 rillig Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= amsn-0.97
@ -31,7 +31,6 @@ REPLACE_BASH= utils/update-amsn.sh
USE_TOOLS+= perl:run bash:run
USE_TOOLS+= autoconf gmake
USE_DIRS+= xdg-1.4
pre-configure:
cd ${WRKSRC} && autoconf

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/03/22 19:01:37 wiz Exp $
# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:20 wiz Exp $
DISTNAME= empathy-2.24.1
PKGREVISION= 1
@ -14,7 +14,6 @@ DEPENDS+= telepathy-gabble-[0-9]*:../../chat/telepathy-gabble
DEPENDS+= telepathy-idle-[0-9]*:../../chat/telepathy-idle
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gawk gmake intltool msgfmt pkg-config
USE_TOOLS+= autoconf
USE_LIBTOOL= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.58 2009/03/08 15:56:44 wiz Exp $
# $NetBSD: Makefile,v 1.59 2009/07/22 09:01:20 wiz Exp $
DISTNAME= gnomeicu-0.99.12
PKGREVISION= 6
@ -13,7 +13,6 @@ COMMENT= GNOME ICQ client
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.60 2009/03/08 15:56:44 wiz Exp $
# $NetBSD: Makefile,v 1.61 2009/07/22 09:01:20 wiz Exp $
#
DISTNAME= gossip-0.10.2
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2008/07/14 12:55:59 joerg Exp $
# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:21 wiz Exp $
#
DISTNAME= gtmess-0.91
@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= tk-[0-9]*:../../x11/tk
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2009/02/21 13:22:43 wiz Exp $
# $NetBSD: Makefile,v 1.25 2009/07/22 09:01:21 wiz Exp $
DISTNAME= kadu-0.5.0
PKGREVISION= 2
@ -13,7 +13,6 @@ COMMENT= Chat client for Gadu-Gadu network (Poland)
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/kadu
USE_DIRS+= xdg-1.2
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake bash:run

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2008/05/17 22:56:17 tnn Exp $
# $NetBSD: Makefile,v 1.14 2009/07/22 09:01:21 wiz Exp $
#
PKGNAME= libpurple-${PIDGIN_VERSION}
@ -12,7 +12,6 @@ CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
USE_TOOLS+= msgfmt intltool
## #USE_DIRS+= xdg-1.2
GCONF_SCHEMAS+= purple.schemas

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2009/06/12 16:31:39 smb Exp $
# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:21 wiz Exp $
#
# XXX appease pkglint
#PKGNAME= pidgin-${PIDGIN_VERSION}
@ -10,7 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
#PKGREVISION= 1
USE_DIRS+= xdg-1.4
USE_TOOLS+= msgfmt intltool
PKGCONFIG_OVERRIDE+= gaim.pc.in

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.61 2008/08/22 06:37:39 tron Exp $
# $NetBSD: Makefile,v 1.62 2009/07/22 09:01:21 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@ -12,7 +12,6 @@ CONFLICTS= xchat-gnome-[0-9]*
USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= YES
USE_DIRS+= xdg-1.1
GCONF_SCHEMAS= apps_xchat_url_handler.schemas
CONFIGURE_ARGS+= --enable-tcl=no

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.12 2008/05/26 14:39:24 tron Exp $
# $NetBSD: options.mk,v 1.13 2009/07/22 09:01:21 wiz Exp $
.include "../../mk/bsd.prefs.mk"
@ -57,13 +57,11 @@ SUBST_STAGE.gconf+= pre-configure
SUBST_MESSAGE.gconf+= Disabling schema registration/installation.
SUBST_SED.gconf+= -e 's,DO_GCONF_TRUE,DO_GCONF_FALSE,g'
SUBST_FILES.gconf+= src/common/dbus/Makefile.in
USE_DIRS+= gnome2-1.5
. include "../../devel/GConf/schemas.mk"
. include "../../sysutils/dbus-glib/buildlink3.mk"
.else
# We set this to ${FALSE} to avoid detection.
CONFIGURE_ARGS+= --disable-dbus
USE_DIRS+= xdg-1.1
.endif
###

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.48 2009/05/20 00:58:08 wiz Exp $
# $NetBSD: Makefile,v 1.49 2009/07/22 09:01:21 wiz Exp $
#
DISTNAME= gnome-pilot-2.0.17
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.64 2009/05/20 00:58:08 wiz Exp $
# $NetBSD: Makefile,v 1.65 2009/07/22 09:01:21 wiz Exp $
#
DISTNAME= jpilot-1.6.0
@ -15,7 +15,6 @@ CONFLICTS+= jpilot-libplugin-[0-9]*
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_OLD_DES_API= YES
USE_DIRS+= xdg-1.4
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES+= c

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/03/04 11:27:52 wiz Exp $
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:21 wiz Exp $
#
DISTNAME= multisync-gui-0.91.0
@ -11,7 +11,6 @@ COMMENT= GUI for libopensync
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:10 joerg Exp $
# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:21 wiz Exp $
#
DISTNAME= gnome-mime-data-2.18.0
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= gnome-vfs<=1.0.3
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= intltool msgfmt perl gmake
GNU_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2009/02/09 22:56:22 joerg Exp $
# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= gourmet-0.8.5.14
@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://grecipe-manager.sourceforge.net/
COMMENT= Recipe database
USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= yes
PYDISTUTILSPKG= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2008/06/01 15:34:02 tnn Exp $
# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:22 wiz Exp $
DISTNAME= gq-1.2.3
PKGREVISION= 2
@ -11,7 +11,6 @@ COMMENT= GTK-based LDAP client
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake perl pkg-config intltool
GNU_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.38 2008/09/18 16:56:55 drochner Exp $
# $NetBSD: Makefile,v 1.39 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= gramps-2.2.10
@ -12,7 +12,6 @@ COMMENT= Genealogical Research and Analysis Management Programming System
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2009/06/04 17:29:41 drochner Exp $
# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= gramps-3.1.1
@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
# not clear, leave off for now
MAKE_JOBS_SAFE= no
USE_DIRS+= xdg-1.1
USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
@ -37,7 +36,7 @@ PYTHON_VERSIONS_ACCEPTED= 25 24
# librsvg2 (svg icon view)
# recommended:
# graphviz
# xdg (above via USE_DIRS??)
# xdg
# optional (skipping for now)
# gtkspell
# ttf-freefont

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.70 2009/05/20 00:58:10 wiz Exp $
# $NetBSD: Makefile,v 1.71 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= libgnomedb-3.0.0
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.59 2009/05/20 00:58:10 wiz Exp $
# $NetBSD: Makefile,v 1.60 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= mergeant-0.66
@ -13,7 +13,6 @@ COMMENT= GNOME2 GNOME-DB database front-end
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool perl pkg-config msgfmt
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/05/28 21:25:32 wiz Exp $
# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= accerciser-1.6.1
@ -14,7 +14,6 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.67 2009/06/11 08:10:25 wiz Exp $
# $NetBSD: Makefile,v 1.68 2009/07/22 09:01:22 wiz Exp $
DISTNAME= anjuta-2.24.2
PKGREVISION= 1
@ -22,7 +22,6 @@ DEPENDS+= yelp>=2.4.2:../../misc/yelp
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
USE_DIRS+= gnome2-1.5
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2008/09/01 12:24:54 tonnerre Exp $
# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= bouml_${BOUMLVERSION}
@ -18,7 +18,6 @@ USE_LIBTOOL= YES
USE_TOOLS+= gmake pax
USE_LANGUAGES= c++
BUILD_TARGET= compile
USE_DIRS+= xdg-1.3
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2008/11/13 11:18:05 wiz Exp $
# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:23 wiz Exp $
DISTNAME= bzr-gtk-${VER}
CATEGORIES= devel
@ -16,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 25
USE_DIRS+= xdg-1.1
USE_TOOLS+= msgfmt

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.48 2008/10/24 16:56:55 wiz Exp $
# $NetBSD: Makefile,v 1.49 2009/07/22 09:01:23 wiz Exp $
DISTNAME= devhelp-0.21
CATEGORIES= devel x11
@ -9,7 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://developer.imendio.com/projects/devhelp
COMMENT= Documentation viewer based on GNOME2
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:08 wiz Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= diffuse-0.3.3
@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
USE_DIRS= xdg-1.4 gnome2-1.6
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
${PKG_SYSCONFDIR}/diffuserc

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.49 2009/03/16 12:37:22 jmcneill Exp $
# $NetBSD: Makefile,v 1.50 2009/07/22 09:01:23 wiz Exp $
DISTNAME= eel-2.26.0
CATEGORIES= devel gnome
@ -11,7 +11,6 @@ COMMENT= Eazel Extensions Library for GNOME2
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2009/07/18 19:37:42 wiz Exp $
# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:23 wiz Exp $
DISTNAME= geany-0.17
CATEGORIES= devel
@ -15,7 +15,6 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config msgfmt gmake perl:run intltool
USE_LANGUAGES= c c++
USE_DIRS+= xdg-1.1
CONFIGURE_ARGS+= --enable-plugins
CONFIGURE_ARGS+= --enable-vte

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.60 2009/06/15 12:03:05 obache Exp $
# $NetBSD: Makefile,v 1.61 2009/07/22 09:01:23 wiz Exp $
DISTNAME= glade-2.12.2
PKGREVISION= 1
@ -17,7 +17,6 @@ CONFLICTS+= glade2-[0-9]* glade2-gnome-[0-9]*
CONFLICTS+= glade-gnome-[0-9]*
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:12 joerg Exp $
# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= glade3-3.4.5
@ -16,7 +16,6 @@ USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
PKGCONFIG_OVERRIDE+= data/gladeui-1.0.pc.in

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.68 2009/03/07 13:28:36 wiz Exp $
# $NetBSD: Makefile,v 1.69 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= libbonoboui-2.24.1
@ -13,7 +13,6 @@ COMMENT= GNOME2 Object activation framework library (graphical version)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.82 2009/03/07 13:40:31 wiz Exp $
# $NetBSD: Makefile,v 1.83 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= libgnomeui-2.24.1
@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= gnome-libs<=1.4.2nb1
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt perl pkg-config intltool
USE_LIBTOOL= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2009/05/19 08:59:11 wiz Exp $
# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= meld-1.3.0
@ -15,7 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8.0:../../x11/py-gtk2
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.6 xdg-1.3
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake msgfmt intltool
MAKE_FLAGS+= prefix=${PREFIX}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2009/05/28 21:18:40 zafer Exp $
# $NetBSD: Makefile,v 1.23 2009/07/22 09:01:24 wiz Exp $
DISTNAME= monodevelop-2.0
CATEGORIES= devel
@ -15,7 +15,6 @@ USE_TOOLS+= gmake perl:run pkg-config bash:run msgfmt
EXTRACT_USING= gtar
MAKE_JOBS_SAFE= no
USE_DIRS+= xdg-1.4
REPLACE_BASH+= mdtool.in
REPLACE_BASH+= monodevelop.in

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/03/21 18:06:16 ahoka Exp $
# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= valide-0.4.0
@ -12,7 +12,6 @@ COMMENT= IDE for the Vala programming language
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config msgfmt intltool
USE_DIRS+= xdg-1.4
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= wscript waf \

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.38 2009/04/07 16:27:08 drochner Exp $
# $NetBSD: Makefile.common,v 1.39 2009/07/22 09:01:24 wiz Exp $
# Be sure to update PLIST and distinfo for editors/abiword-plugins when updating
ABIWORD_VERSION= 2.6.8
@ -11,7 +11,6 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.abisource.com/
MAKE_FILE= GNUmakefile
USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES= c c++

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2008/08/04 21:34:39 bjs Exp $
# $NetBSD: Makefile,v 1.15 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= beaver${BEAVER_VERSION:S/./_/g}
@ -16,7 +16,6 @@ COMMENT= Lightweight GTK+ text editor with syntax highlighting
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DIRS= src
USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2009/03/08 15:56:45 wiz Exp $
# $NetBSD: Makefile,v 1.56 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= conglomerate-0.9.1
@ -16,7 +16,6 @@ DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl
DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.50 2009/05/21 16:04:03 wiz Exp $
# $NetBSD: Makefile,v 1.51 2009/07/22 09:01:24 wiz Exp $
DISTNAME= dasher-4.10.1
CATEGORIES= editors gnome
@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2009/07/12 11:56:54 minskim Exp $
# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:24 wiz Exp $
DISTNAME= emacs-snapshot_20090710.orig
PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
@ -16,7 +16,6 @@ CONFLICTS+= emacs-nox11-[0-9]*
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake makeinfo gzip
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/\.[0-9]*$//}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.63 2009/03/18 01:59:43 jmcneill Exp $
# $NetBSD: Makefile,v 1.64 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= gconf-editor-2.26.0
@ -13,7 +13,6 @@ COMMENT= Editor for the GConf configuration system
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1 gnome2-1.5
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.96 2009/07/09 18:23:26 drochner Exp $
# $NetBSD: Makefile,v 1.97 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= gedit-2.26.3
@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/03/05 17:46:45 hasso Exp $
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= ghex-2.24.0
@ -13,7 +13,6 @@ COMMENT= Hex editor
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool msgfmt gmake
USE_DIRS+= xdg-1.1 gnome2-1.5
PKGCONFIG_OVERRIDE+= gtkhex.pc.in
GCONF_SCHEMAS= ghex2.schemas

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2008/05/22 17:39:50 tnn Exp $
# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= gobby-0.4.5
@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS= gmake msgfmt pkg-config
USE_DIRS+= xdg-1.4
.include "options.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2009/03/08 15:56:45 wiz Exp $
# $NetBSD: Makefile,v 1.30 2009/07/22 09:01:25 wiz Exp $
DISTNAME= gtranslator-1.1.7
PKGREVISION= 4
@ -11,7 +11,6 @@ COMMENT= Gettext po file editor for the GNOME2 desktop environment
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:03 joerg Exp $
# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= leafpad-0.8.4
@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= intltool msgfmt pkg-config
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
.include "../../converters/libiconv/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.47 2009/05/21 00:17:32 zafer Exp $
# $NetBSD: Makefile.common,v 1.48 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= lyx-1.4.5.1
@ -24,7 +24,6 @@ PLIST_SRC= ${.CURDIR}/../../editors/lyx-qt/PLIST.common
UNLIMIT_RESOURCES+= datasize
USE_DIRS+= texmf-1.0
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2009/04/28 19:56:45 zafer Exp $
# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= lyx-1.5.4
@ -22,7 +22,6 @@ CONFLICTS= lyx-qt-[0-9]*
CONFLICTS+= lyx-xforms-[0-9]*
UNLIMIT_RESOURCES+= datasize
USE_DIRS+= texmf-1.0
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl:run

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.35 2009/06/11 08:10:25 wiz Exp $
# $NetBSD: Makefile,v 1.36 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= mlview-0.9.0
@ -14,7 +14,6 @@ COMMENT= XML editor for the GNOME environment
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2008/05/15 19:18:06 drochner Exp $
# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= notecase-1.8.8_src
@ -14,7 +14,6 @@ WRKSRC= ${WRKDIR}/notecase-1.8.8
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt pkg-config gsed
TOOLS_PLATFORM.gsed= #empty, override nonsense in tools
USE_DIRS+= xdg-1.1
INSTALLATION_DIRS= share/doc/notecase share/locale/fr_CA/LC_MESSAGES \
share/locale/no/LC_MESSAGES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2009/01/18 08:45:57 shattered Exp $
# $NetBSD: Makefile,v 1.24 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= poedit-1.3.6
@ -15,7 +15,6 @@ DEPENDS+= zip-[0-9]*:../../archivers/zip
BROKEN= Requires Unicode version of wxGTK
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2 gnome2-1.5
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2009/06/11 08:10:25 wiz Exp $
# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= tomboy-0.14.2
@ -14,7 +14,6 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS= xdg-1.4 gnome2-1.6
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:15 joerg Exp $
# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:26 wiz Exp $
DISTNAME= e-uae-0.8.28
PKGREVISION= 3
@ -19,7 +19,6 @@ CONFLICTS+= uae-[0-9]*
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.4
.include "options.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2007/02/19 19:14:59 joerg Exp $
# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:26 wiz Exp $
#
DISTNAME= raines-0.43.3
@ -20,7 +20,6 @@ MAKE_ENV+= OSTYPE=linux
REPLACE_PERL= makedep
PTHREAD_OPTS+= require
USE_DIRS+= xdg-1.1
# XXX Really?
ONLY_FOR_PLATFORM= *-*-i386

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/05/04 01:37:43 hasso Exp $
# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:26 wiz Exp $
#
DISTNAME= snes9x-1.51-src-gtk-70
@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/snes9x-1.51-src/gtk
GNU_CONFIGURE= yes
USE_DIRS= xdg-1.4
USE_LANGUAGES= c c++
USE_TOOLS+= intltool pkg-config msgfmt

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.33 2009/07/12 16:31:59 dholland Exp $
# $NetBSD: Makefile,v 1.34 2009/07/22 09:01:26 wiz Exp $
STELLA_VERSION= 2.8.4
DISTNAME= stella-${STELLA_VERSION}-src
@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_DIRS+= xdg-1.1
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2009/02/28 15:30:13 adam Exp $
# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:26 wiz Exp $
DISTNAME= wine-1.1.16
CATEGORIES= emulators
@ -18,7 +18,6 @@ BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_NCURSES= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.151 2009/04/20 18:55:42 adam Exp $
# $NetBSD: Makefile,v 1.152 2009/07/22 09:01:26 wiz Exp $
DISTNAME= wine-1.0.1
PKGREVISION= 2
@ -19,7 +19,6 @@ ONLY_FOR_PLATFORM+= *-*-x86_64
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_NCURSES= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/05/13 18:29:57 tnn Exp $
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:26 wiz Exp $
DISTNAME= yabause-0.9.5
CATEGORIES= emulators
@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_TOOLS+= pkg-config
USE_DIRS+= xdg-1.4
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2009/03/08 15:56:45 wiz Exp $
# $NetBSD: Makefile,v 1.24 2009/07/22 09:01:26 wiz Exp $
DISTNAME= gnucash-docs-2.2.0
CATEGORIES= finance
@ -13,7 +13,6 @@ COMMENT= Documentation for GnuCash - personal double-entry accounting program
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake
GNU_CONFIGURE= YES

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.134 2009/05/20 00:58:16 wiz Exp $
# $NetBSD: Makefile,v 1.135 2009/07/22 09:01:26 wiz Exp $
#
DISTNAME= gnucash-2.2.9
@ -17,7 +17,6 @@ DEPENDS+= guile-www>=2.21:../../devel/guile-www
DEPENDS+= p5-Finance-Quote-[0-9]*:../../finance/p5-Finance-Quote
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool makeinfo msgfmt perl:run pkg-config

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:15 joerg Exp $
# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:27 wiz Exp $
#
DISTNAME= ec-fonts-mftraced-1.0.8
@ -12,7 +12,6 @@ COMMENT= EC PostScript Type1 fonts with TFMs for TeX
MAKE_JOBS_SAFE= no
USE_DIRS+= texmf-1.1
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gmake

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.64 2009/07/09 18:04:31 drochner Exp $
# $NetBSD: Makefile,v 1.65 2009/07/22 09:01:27 wiz Exp $
#
DISTNAME= gucharmap-2.26.3.1
@ -14,7 +14,6 @@ COMMENT= Unicode/ISO10646 character map and font viewer
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.6 2008/03/03 20:17:12 jlam Exp $
# $NetBSD: Makefile.common,v 1.7 2009/07/22 09:01:27 wiz Exp $
DISTNAME= uhc-fonts-1.0
CATEGORIES= fonts
@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
NO_CONFIGURE= yes
USE_DIRS+= texmf-1.0
.include "../../print/teTeX/module.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2008/05/26 02:13:18 joerg Exp $
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:27 wiz Exp $
#
DISTNAME= fonts-unttf-20070507
@ -17,7 +17,6 @@ DEPENDS+= un-extra-ttf>=1.0.1:../../fonts/un-extra-ttf
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/fonts-unttf
USE_DIRS+= texmf-1.0
USE_TOOLS+= pax
NO_CONFIGURE= yes

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