mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
32 lines
762 B
Makefile
32 lines
762 B
Makefile
# Ports collection Makefile for: kjbuckets
|
|
# Version required: 2.2
|
|
# Date created: 03/27/1999
|
|
# Whom: nectar@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= kjb
|
|
PKGNAME= py-kjbuckets-2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.chordate.com/kjbuckets/ \
|
|
http://www.nectar.com/distfiles/
|
|
|
|
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>
|