1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/py-imdbpy/Makefile
2008-04-20 09:40:00 +00:00

37 lines
756 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-IMDbPY
# Date created: Jul 8, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= imdbpy
PORTVERSION= 3.5
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
PYDISTUTILS_PKGNAME= IMDbPY
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/bin/ ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>