1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/py-sip/Makefile
2002-10-08 08:13:59 +00:00

24 lines
439 B
Makefile

# 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>