1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-xdg/Makefile
Michael Johnson 2d5bb3094c - Update to 0.15
- MAINTAINER -> gnome@
2005-08-28 14:55:38 +00:00

32 lines
776 B
Makefile

# 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
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
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|/etc|${X11BASE}/etc|g ; \
s|%%X11BASE%%|${X11BASE}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/xdg/BaseDirectory.py \
${WRKSRC}/xdg/IconTheme.py
.include <bsd.port.mk>