2005-11-22 22:55:30 +01:00
|
|
|
# Ports collection makefile for: py-libdnet
|
|
|
|
# Date created: Nov 2, 2005
|
|
|
|
# Whom: thierry@pompo.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-03-12 18:51:53 +01:00
|
|
|
CATEGORIES= net python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2005-11-22 22:55:30 +01:00
|
|
|
COMMENT= Python module for libdnet
|
|
|
|
|
2007-03-12 18:51:53 +01:00
|
|
|
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
|
|
|
|
|
|
|
NOT_FOR_ARCHS= ia64
|
|
|
|
NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error
|
2006-12-11 16:59:00 +01:00
|
|
|
|
2005-11-22 22:55:30 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../libdnet
|
2007-03-12 18:51:53 +01:00
|
|
|
INSTALL_WRKSRC= ${WRKSRC}/python
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2005-11-22 22:55:30 +01:00
|
|
|
|
2007-03-12 18:51:53 +01:00
|
|
|
LIBDNET_SLAVE= yes
|
2005-11-22 22:55:30 +01:00
|
|
|
|
2007-03-12 18:51:53 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
CONFIGURE_ARGS= --with-python
|
2007-07-30 11:42:28 +02:00
|
|
|
INSTALLS_EGGINFO= yes
|
|
|
|
PYDISTUTILS_PKGNAME= dnet
|
2007-03-12 18:51:53 +01:00
|
|
|
|
|
|
|
.if defined(MAINTAINER_MODE)
|
|
|
|
regression-test: install
|
|
|
|
${PYTHON_CMD} ${INSTALL_WRKSRC}/test.py
|
|
|
|
.endif
|
2006-07-04 02:58:02 +02:00
|
|
|
|
2005-11-22 22:55:30 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|