diff options
author | vs <vs@FreeBSD.org> | 2005-07-27 21:31:55 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-07-27 21:31:55 +0800 |
commit | e57b983f82d81117a282b692b6c63b1ee21956f3 (patch) | |
tree | 9a1c129e96db8bf9c472e48233a9a8603b45b81d /emulators | |
parent | f22fa51777237c1a5c2b9707db3386e3df2d4e5d (diff) | |
download | freebsd-ports-gnome-e57b983f82d81117a282b692b6c63b1ee21956f3.tar.gz freebsd-ports-gnome-e57b983f82d81117a282b692b6c63b1ee21956f3.tar.zst freebsd-ports-gnome-e57b983f82d81117a282b692b6c63b1ee21956f3.zip |
Unbreak
PR: ports/83854
Submitted by: Ports Fury
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/grustibus/Makefile | 24 | ||||
-rw-r--r-- | emulators/grustibus/pkg-plist | 8 |
2 files changed, 12 insertions, 20 deletions
diff --git a/emulators/grustibus/Makefile b/emulators/grustibus/Makefile index 0655ca6b38ad..445a21b821e4 100644 --- a/emulators/grustibus/Makefile +++ b/emulators/grustibus/Makefile @@ -7,30 +7,22 @@ PORTNAME= grustibus PORTVERSION= 0.43 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= grustibus +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An xmame frontend for Gnome RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -WANT_GNOME= yes -USE_GNOME= gnomeprefix gnomecanvas USE_X_PREFIX= yes +USE_GNOME= gnomecanvas gnomehack gnomeprefix libcapplet +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir` - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomelibs libcapplet -.endif +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --sysconfdir=`${GNOME_CONFIG} --sysconfdir` -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/emulators/grustibus/pkg-plist b/emulators/grustibus/pkg-plist index 5e6f38243cce..6ee816271067 100644 --- a/emulators/grustibus/pkg-plist +++ b/emulators/grustibus/pkg-plist @@ -1,13 +1,13 @@ bin/grustibus +share/locale/fr/LC_MESSAGES/grustibus.mo +share/locale/no/LC_MESSAGES/grustibus.mo etc/gnome/config/gRustibus.d/catver -share/gnome/locale/no/LC_MESSAGES/grustibus.mo -share/gnome/locale/fr/LC_MESSAGES/grustibus.mo -share/gnome/gnome/apps/Games/grustibus.desktop +share/gnome/apps/Games/grustibus.desktop share/gnome/pixmaps/grustibus.png -share/gnome/pixmaps/mini-grustibus.xpm share/gnome/pixmaps/grustibus/defaultsnap.png share/gnome/pixmaps/grustibus/grustibus-logo.png share/gnome/pixmaps/grustibus/grustibus.png share/gnome/pixmaps/grustibus/mini-grustibus.xpm +share/gnome/pixmaps/mini-grustibus.xpm @dirrm share/gnome/pixmaps/grustibus @dirrm etc/gnome/config/gRustibus.d |