mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
02a5f6113a
- Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# Created by: sviat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sasp
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://people.freebsd.org/~ahze/distfiles/
|
|
MASTER_SITE_SUBDIR= ahze
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool that permits to use a gateway whatever IP we have
|
|
|
|
LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKE_ENV= LIBNET_CONFIG="${LIBNET_CONFIG}"
|
|
PLIST_FILES= sbin/sasp
|
|
|
|
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
|
|
|
.include <bsd.port.mk>
|