aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-doors/Makefile
blob: 2219fd9fa4c7ac194a50366b7fb82bf5c2b82662 (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
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:	wine-doors
# Date created:		7 July 2007
# Whom:			ports@mcdermottroe.com
#
# $FreeBSD$
#

PORTNAME=	wine-doors
PORTVERSION=	0.1.2
PORTREVISION=	3
CATEGORIES=	emulators
MASTER_SITES=	http://www.wine-doors.org/releases/

MAINTAINER=	eg@fbsd.lt
COMMENT=	Windows application management for the GNOME Desktop

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml \
		${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
		${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop \
		bash:${PORTSDIR}/shells/bash \
		cabextract:${PORTSDIR}/archivers/cabextract \
		orange:${PORTSDIR}/archivers/liborange \
		unzip:${PORTSDIR}/archivers/unzip \
		wine:${PORTSDIR}/emulators/wine

USE_PYTHON=	2.4+

NO_BUILD=	yes

SUB_FILES=	preferences.xml

post-patch:
	@${REINPLACE_CMD} 's|/etc/${PORTNAME}|${PREFIX}/etc/${PORTNAME}|g' \
		${WRKSRC}/src/preferences.py
	@${GREP} -lr '^#!/bin/bash' ${WRKDIR} | ${XARGS} \
		${REINPLACE_CMD} 's|^#!/bin/bash|#!${LOCALBASE}/bin/bash|'

do-install:
	${MKDIR} ${PREFIX}/etc/${PORTNAME}
	${INSTALL_DATA} ${WRKDIR}/preferences.xml ${PREFIX}/etc/${PORTNAME}
	${PYTHON_CMD} ${WRKSRC}/setup.py install --prefix=${PREFIX}

.include <bsd.port.pre.mk>

PYLXML_EGG!=	${MAKE} -f ${PORTSDIR}/devel/py-lxml/Makefile -V PYLXML_EGG

.include <bsd.port.post.mk>