aboutsummaryrefslogtreecommitdiff
path: root/devel/py-sip/Makefile
blob: 52ec0eaeeed9cf5120347f197a903220949ef755 (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
# 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

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>