summaryrefslogtreecommitdiff
path: root/deskutils/x-tile/Makefile
blob: 2785e64d56dac7cff5cce0ca3aec853163de5cbd (plain)
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
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$

PORTNAME=	x-tile
PORTVERSION=	2.2.1
PORTREVISION=	1
CATEGORIES=	deskutils devel python
MASTER_SITES=	http://www.giuspen.com/software/

MAINTAINER=	sawp@sawp.com.br
COMMENT=	A GNOME applet to tile the opened windows

LICENSE=	GPLv2

USE_GNOME=	pygtk2
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	X_Tile

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=		gettext
PLIST_SUB+=	NLS=""
.else
PYDISTUTILS_BUILD_TARGET=	--without-gettext build
PYDISTUTILS_INSTALL_TARGET=	--without-gettext install
PLIST_SUB+=	NLS="@comment "
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
		${WRKSRC}/x-tile ${WRKSRC}/linux/x-tile.desktop \
		${WRKSRC}/modules/cons.py

.include <bsd.port.mk>