blob: ebe373c6e3bcf0f23e0df4d1d40ffc36ab9b1a04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|