diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-07-27 13:31:55 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-07-27 13:31:55 +0000 |
commit | 588a01e96e4e25f17be3dcd57edc133487aba1df (patch) | |
tree | a9f2f34aceff5341a7d651e9586ac445a98d62ec /emulators | |
parent | 7766d0a415e5ebcb21a6815a1a43cc35236a83db (diff) | |
download | ports-588a01e96e4e25f17be3dcd57edc133487aba1df.tar.gz ports-588a01e96e4e25f17be3dcd57edc133487aba1df.zip |
Notes
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 |