1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/py-kjbuckets/Makefile
2000-04-11 21:30:15 +00:00

33 lines
775 B
Makefile

# Ports collection Makefile for: kjbuckets
# Date created: 03/27/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= kjbuckets
PORTVERSION= 2.2
CATEGORIES= devel python
MASTER_SITES= http://www.chordate.com/kjbuckets/ \
http://www.nectar.com/distfiles/
PKGNAMEPREFIX= py-
DISTNAME= kjb
MAINTAINER= nectar@FreeBSD.org
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
MAKEFILE= makefile
WRKSRC= ${WRKDIR}
do-install:
${MKDIR} ${PREFIX}/lib/python1.5/site-packages
${INSTALL_DATA} ${WRKSRC}/kjbucketsmodule.so \
${PREFIX}/lib/python1.5/site-packages/
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/kjbuckets.html ${PREFIX}/share/doc/
.endif
.include <bsd.port.mk>