mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Make gnome optional
PR: 23049 Submitted by: Jeremy Norris <ishmael27@home.com>
This commit is contained in:
parent
2bd923921b
commit
f53141c229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35387
@ -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 ; \
|
||||
|
11
audio/gnapster/files/patch-ae
Normal file
11
audio/gnapster/files/patch-ae
Normal file
@ -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
|
11
audio/gnapster/files/patch-af
Normal file
11
audio/gnapster/files/patch-af
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user