aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-kjbuckets/Makefile
blob: d18a7eab280102c630173d4c4a63054f4414f230 (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
31
# 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>