summaryrefslogtreecommitdiffstats
path: root/devel/py-xdg/Makefile
blob: 9db344c02ce04645a0c5f4c411b9278dde03f5b9 (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
# New ports collection makefile for:    py-xdg
# Date created:     2004-06-25
# Whom:         michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#    $MCom: ports-stable/devel/py-xdg/Makefile,v 1.4 2005/08/12 00:08:44 ahze Exp $
#

PORTNAME=   xdg
PORTVERSION=    0.15
PORTREVISION=   1
CATEGORIES= devel python
MASTER_SITES=   http://www.freedesktop.org/~lanius/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   py${PORTNAME}-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A python library to access freedesktop.org standards

USE_PYTHON= yes
USE_PYDISTUTILS=yes

post-patch:
    @${REINPLACE_CMD} -e \
        's|/etc|${LOCALBASE}/etc|g ; \
        s|%%X11BASE%%|${X11BASE}|g ; \
        s|%%LOCALBASE%%|${LOCALBASE}|g' \
            ${WRKSRC}/xdg/BaseDirectory.py \
            ${WRKSRC}/xdg/IconTheme.py

.include <bsd.port.mk>