2005-12-29 23:01:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qemu-launcher
|
2007-06-22 13:38:28 +00:00
|
|
|
PORTVERSION= 1.7.4
|
2010-05-31 02:01:56 +00:00
|
|
|
PORTREVISION= 6
|
2005-12-29 23:01:42 +00:00
|
|
|
CATEGORIES= emulators
|
2006-11-15 20:43:41 +00:00
|
|
|
MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2005-12-29 23:01:42 +00:00
|
|
|
|
2012-02-18 20:30:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-12-29 23:01:42 +00:00
|
|
|
COMMENT= A GTK front-end to Qemu
|
|
|
|
|
2012-06-28 18:37:23 +00:00
|
|
|
RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
|
|
p5-Glade2>=0:${PORTSDIR}/x11-toolkits/p5-Glade2 \
|
|
|
|
p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
|
2005-12-29 23:01:42 +00:00
|
|
|
|
2006-11-15 20:43:41 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2005-12-29 23:01:42 +00:00
|
|
|
NO_BUILD= yes
|
2006-11-15 20:43:41 +00:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
INSTALLS_ICONS= yes
|
2013-08-03 08:45:51 +00:00
|
|
|
USES= gettext perl5
|
2005-12-29 23:01:42 +00:00
|
|
|
|
|
|
|
MAN1= qemu-launcher.1
|
|
|
|
|
2013-09-20 16:43:52 +00:00
|
|
|
NO_STAGE= yes
|
2005-12-29 23:01:42 +00:00
|
|
|
post-patch:
|
2007-08-27 11:03:15 +00:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl
|
|
|
|
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
|
2005-12-29 23:01:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|