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>
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# New ports collection makefile for: sasp
|
|
# Date created: 2 September 2004
|
|
# Whom: sviat
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sasp
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://people.freebsd.org/~ahze/distfiles/
|
|
MASTER_SITE_SUBDIR= ahze
|
|
|
|
MAINTAINER= sviat@OpenGEEKS.it
|
|
COMMENT= A tool that permits to use a gateway whatever IP we have
|
|
|
|
BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= sbin/sasp
|
|
|
|
.include <bsd.port.mk>
|