diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 20:43:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 20:43:41 +0000 |
commit | 1e9c841fe2568c5c076630047407675aa48334a1 (patch) | |
tree | 788eea9f6cbba90f7a0fd87a26b71988bbfd7bfa /emulators/qemu-launcher/Makefile | |
parent | 938c732c1135bf6a2e4363919e7bbcb9bbb0dab6 (diff) |
Notes
Diffstat (limited to 'emulators/qemu-launcher/Makefile')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index ebe4647e346b..de1b36216311 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -6,11 +6,10 @@ # PORTNAME= qemu-launcher -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= emulators -MASTER_SITES= http://emeitner.f2o.org/debian/ -DISTNAME= ${PORTNAME}_${PORTVERSION}-1 +MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= wxs@atarininja.org COMMENT= A GTK front-end to Qemu @@ -20,23 +19,16 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Gnome2.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2 \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext -WRKSRC= ${WRKDIR}/trunk - +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PERL5= yes NO_BUILD= yes +USE_GNOME= gtk20 +INSTALLS_ICONS= yes +USE_GETTEXT= yes MAN1= qemu-launcher.1 post-patch: - @${REINPLACE_CMD} -e 's,usr,usr/local,g' ${WRKSRC}/qemu-launcher - -# XXX: Currently not installing qemu-launcher.desktop or qemu-launcher.xpm -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/qemu-launcher ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/qemu-launcher.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/qemu-launcher/glade -.for file in diskimages.glade qemulauncher.glade qemulauncher.png - ${INSTALL_DATA} ${WRKSRC}/glade/${file} ${PREFIX}/share/qemu-launcher/glade -.endfor + @${REINPLACE_CMD} -e 's,usr,usr/local,g' ${WRKSRC}/qemu-launcher.pl .include <bsd.port.mk> |