blob: c5d90f72bdc7605415317f5f287f89b904bc1cd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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
PORTCOMMENT= Python Arrays on mmap()
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Vmaps.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
|