mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6693b1d7b7
installation, in case it is not already there.
32 lines
809 B
Makefile
32 lines
809 B
Makefile
# Ports collection Makefile for: kjbuckets
|
|
# Version required: 2.2
|
|
# Date created: 03/27/1999
|
|
# Whom: nectar@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/03/28 02:53:03 nectar Exp $
|
|
#
|
|
|
|
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>
|