37677d32e3
Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight
27 lines
643 B
Makefile
27 lines
643 B
Makefile
# Created by: michael johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/py-xdg/Makefile,v 1.4 2007/09/10 05:35:05 mezz Exp $
|
|
|
|
PORTNAME= xdg
|
|
PORTVERSION= 0.25
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://people.freedesktop.org/~takluyver/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Python library to access freedesktop.org standards
|
|
|
|
LICENSE= LGPL20
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
${WRKSRC}/xdg/BaseDirectory.py
|
|
|
|
.include <bsd.port.mk>
|