mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
78bbc51a88
on python1.5:lang/python15.
32 lines
734 B
Makefile
32 lines
734 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/
|
|
PKGNAMEPREFIX= py-
|
|
DISTNAME= kjb
|
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15
|
|
RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
|
|
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>
|