freebsd-ports/devel/py-gdata/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

30 lines
664 B
Makefile

# New ports collection makefile for: py-gdata
# Date created: Mar. 28, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= gdata
PORTVERSION= 1.0.3
CATEGORIES= devel python
MASTER_SITES= http://gdata-python-client.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= gdata.py-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= GData Python Client Library
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= gdata.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
.if !defined(NOPORTEXAMPLES)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/samples/ ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>