ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/py-xdg/Makefile
Revision: 20329
Committed: Sun Sep 27 22:42:49 2015 UTC (8 years, 7 months ago) by laffer1
File size: 517 byte(s)
Log Message:
fix python xdg port build

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= xdg
4 PORTVERSION= 0.25
5 PORTREVISION= 1
6 CATEGORIES= devel python
7 MASTER_SITES= http://people.freedesktop.org/~takluyver/
8 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME= py${PORTNAME}-${PORTVERSION}
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= Python 2 library to access freedesktop.org standards
13
14 LICENSE= lgpl
15
16 USES= python:2
17 USE_PYTHON= distutils autoplist
18
19 post-patch:
20 @${REINPLACE_CMD} -e \
21 's|%%LOCALBASE%%|${LOCALBASE}|g' \
22 ${WRKSRC}/xdg/BaseDirectory.py
23
24 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H