e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
37 lines
819 B
Makefile
37 lines
819 B
Makefile
# New ports collection makefile for: pynids
|
|
# Date created: 22 Jun 2005
|
|
# Whom: Corey Smith
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pynids
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://pilcrow.madison.wi.us/pynids/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pynids-${PORTVERSION}
|
|
DIST_SUBDIR= python
|
|
|
|
MAINTAINER= corsmith@gmail.com
|
|
COMMENT= Python interface to libnids
|
|
|
|
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/nidsmodule.so
|
|
|
|
post-patch:
|
|
${CP} -f ${TEMPLATES}/config.guess ${WRKSRC}
|
|
${CHMOD} a+rx ${WRKSRC}/config.guess
|
|
${CP} -f ${TEMPLATES}/config.sub ${WRKSRC}
|
|
${CHMOD} a+rx ${WRKSRC}/config.sub
|
|
|
|
.include <bsd.port.mk>
|