aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-sip/Makefile
blob: 2940d73430ff28d79b4edfa9039e010fb9b050a4 (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
# New ports collection makefile for:    py-sip
# Date created:     Tue Oct  8 09:51:22 SAST 2002
# Whom:         nbm
#
# $FreeBSD$

PORTNAME=   sip
PORTVERSION=    3.4
CATEGORIES= devel python
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTFILES=

MAINTAINER= nbm@FreeBSD.org
COMMENT=    Python convenience link to sip library

LIB_DEPENDS=    sip.9:${PORTSDIR}/devel/sip

USE_PYTHON= yes
NO_BUILD=   yes

do-install:
    ${LN} -s ${LOCALBASE}/lib/libsip.so ${PYTHONPREFIX_SITELIBDIR}/libsip.so

.include <bsd.port.mk>