blob: 418be357e2701c36dff0bc4a164bdf89272c8038 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: qemu-launcher
# Date created: 22 December 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= qemu-launcher
PORTVERSION= 1.7.4
PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK front-end to Qemu
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
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,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|