mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
25 lines
487 B
Makefile
25 lines
487 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
|
|
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>
|