2002-03-20 16:15:15 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: py-vmaps
|
|
|
|
# Date created: Mar 20, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vmaps
|
|
|
|
PORTVERSION= 1.1
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://snafu.freedom.org/Vmaps/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Vmaps-${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Python Arrays on mmap()
|
2002-03-20 16:15:15 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 16:01:09 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= Vmaps
|
|
|
|
PYDISTUTILS_PKGVERSION= 1.0
|
2002-03-20 16:15:15 +01:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-04-29 16:01:09 +02:00
|
|
|
post-install:
|
2002-03-20 16:15:15 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Vmaps.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|