diff options
Diffstat (limited to 'emulators/grustibus/Makefile')
-rw-r--r-- | emulators/grustibus/Makefile | 24 |
1 files changed, 8 insertions, 16 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> |