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