mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New LIB_DEPENDS syntax, fix plist, update WWW
This commit is contained in:
parent
481ddbba83
commit
7a0ba72b52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346966
@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
COMMENT= Python module for libdnet
|
||||
|
||||
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet
|
||||
LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet
|
||||
|
||||
NOT_FOR_ARCHS= ia64
|
||||
NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error
|
||||
@ -14,13 +14,14 @@ NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error
|
||||
MASTERDIR= ${.CURDIR}/../libdnet
|
||||
INSTALL_WRKSRC= ${WRKSRC}/python
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
PLIST= ${NONEXISTENT}
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \
|
||||
%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_EGGINFO}
|
||||
|
||||
LIBDNET_SLAVE= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD}
|
||||
INSTALLS_EGGINFO= yes
|
||||
PYDISTUTILS_PKGNAME= dnet
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
|
@ -5,4 +5,4 @@ manipulation, network firewalling, network interface lookup and
|
||||
manipulation, and raw IP packet and Ethernet frame transmission. It is
|
||||
intended to complement the functionality provided by pcap(3).
|
||||
|
||||
WWW: http://libdnet.sourceforge.net/
|
||||
WWW: https://code.google.com/p/libdnet/
|
||||
|
@ -1 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/dnet.so
|
Loading…
Reference in New Issue
Block a user