2004-06-26 00:41:43 +00:00
|
|
|
# New ports collection makefile for: py-xdg
|
|
|
|
# Date created: 2004-06-25
|
|
|
|
# Whom: michael johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-08-28 14:55:38 +00:00
|
|
|
# $MCom: ports-stable/devel/py-xdg/Makefile,v 1.4 2005/08/12 00:08:44 ahze Exp $
|
2004-06-26 00:41:43 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xdg
|
2005-08-28 14:55:38 +00:00
|
|
|
PORTVERSION= 0.15
|
2004-06-26 00:41:43 +00:00
|
|
|
CATEGORIES= devel python
|
2005-04-02 16:45:36 +00:00
|
|
|
MASTER_SITES= http://www.freedesktop.org/~lanius/
|
2004-06-26 00:41:43 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2005-08-28 14:55:38 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-06-26 00:41:43 +00:00
|
|
|
COMMENT= A python library to access freedesktop.org standards
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
2005-04-02 16:45:36 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
2005-06-05 19:34:58 +00:00
|
|
|
's|/etc|${X11BASE}/etc|g ; \
|
2005-04-02 16:45:36 +00:00
|
|
|
s|%%X11BASE%%|${X11BASE}|g ; \
|
|
|
|
s|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
|
|
${WRKSRC}/xdg/BaseDirectory.py \
|
|
|
|
${WRKSRC}/xdg/IconTheme.py
|
2004-06-26 00:41:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|