diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-11-24 00:01:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-11-24 00:01:43 +0000 |
commit | f53141c229669ea7c943e0683a923be4d99161d3 (patch) | |
tree | 04953c1a1b40ad05a304b6d2f3ba472f9aff7927 /audio | |
parent | give maintenance to ports@freebsd.org because I don't use this port (diff) |
Make gnome optional
PR: 23049
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=35387
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnapster/Makefile | 14 | ||||
-rw-r--r-- | audio/gnapster/files/patch-ae | 11 | ||||
-rw-r--r-- | audio/gnapster/files/patch-af | 11 | ||||
-rw-r--r-- | audio/gnapster/pkg-plist | 15 |
4 files changed, 40 insertions, 11 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 9cc47ac474b4..7ad3adb4360d 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -12,15 +12,21 @@ MASTER_SITES= http://www.faradic.net/~jasta/files/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif +.if defined(HAVE_GNOME) +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk_pixbuf +.endif USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= yes -USE_XPM= yes +USE_IMLIB= yes +WANT_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.if !defined(HAVE_GNOME) +CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf +.endif pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ diff --git a/audio/gnapster/files/patch-ae b/audio/gnapster/files/patch-ae new file mode 100644 index 000000000000..51f3c41a3e5c --- /dev/null +++ b/audio/gnapster/files/patch-ae @@ -0,0 +1,11 @@ +--- configure.orig Sun Oct 22 09:26:22 2000 ++++ configure Sun Oct 22 09:26:41 2000 +@@ -1323,7 +1323,7 @@ + + GNAPSTER_INCLUDES="" + GNAPSTER_LDADD="" +-CFLAGS="-g" ++#CFLAGS="-g" + + + if test "$gnome" = yes; then diff --git a/audio/gnapster/files/patch-af b/audio/gnapster/files/patch-af new file mode 100644 index 000000000000..b0c4ca067635 --- /dev/null +++ b/audio/gnapster/files/patch-af @@ -0,0 +1,11 @@ +--- pixmaps/Makefile.in.orig Mon Nov 6 19:53:30 2000 ++++ pixmaps/Makefile.in Mon Nov 6 19:55:59 2000 +@@ -121,7 +121,7 @@ + + EXTRA_DIST = gnapster.png + +-pixmapdir = $(datadir)/pixmaps ++pixmapdir = $(pkgdatadir)/pixmaps + + pixmap_DATA = gnapster.png + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/audio/gnapster/pkg-plist b/audio/gnapster/pkg-plist index 0b313f3fff6c..cd396358b2b0 100644 --- a/audio/gnapster/pkg-plist +++ b/audio/gnapster/pkg-plist @@ -1,9 +1,10 @@ bin/gnapster -share/gnome/gnapster/themes/cyblue.theme -share/gnome/gnapster/themes/cypress.theme -share/gnome/gnapster/themes/default.theme -share/gnome/gnapster/themes/faded.theme -share/gnome/pixmaps/gnapster.png +%%GNOME:%%share/gnome/apps/Applications/gnapster.desktop +%%DATADIR%%/gnapster/themes/cyblue.theme +%%DATADIR%%/gnapster/themes/cypress.theme +%%DATADIR%%/gnapster/themes/default.theme +%%DATADIR%%/gnapster/themes/faded.theme +%%DATADIR%%/gnapster/pixmaps/gnapster.png share/locale/ca/LC_MESSAGES/gnapster.mo share/locale/da/LC_MESSAGES/gnapster.mo share/locale/de/LC_MESSAGES/gnapster.mo @@ -19,5 +20,5 @@ share/locale/pt/LC_MESSAGES/gnapster.mo share/locale/ru/LC_MESSAGES/gnapster.mo share/locale/sv/LC_MESSAGES/gnapster.mo share/locale/tr/LC_MESSAGES/gnapster.mo -@dirrm share/gnome/gnapster/themes -@dirrm share/gnome/gnapster +@dirrm %%DATADIR%%/gnapster/themes +@dirrm %%DATADIR%%/gnapster |