1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/py-imdbpy/Makefile
Cheng-Lung Sung 38643694ea - Update to 2.9
- Use static pkg-plist
- NOPORTDOCS should not apply to EXAMPLESDIR
- portlint(1) fix
- assign to python@

PR:		ports/109445
Submitted by:	Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
2007-02-23 05:33:56 +00:00

36 lines
724 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-IMDbPY
# Date created: Jul 8, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= imdbpy
PORTVERSION= 2.9
CATEGORIES= www python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IMDbPY-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Retrieve and manage the data of the IMDb movie database
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
.endif
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
.endif
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/bin/ ${EXAMPLESDIR}
.include <bsd.port.mk>