1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/security/sasp/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
575 B
Makefile

# Created by: sviat
# $FreeBSD$
PORTNAME= sasp
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= LOCAL/ahze \
http://people.freebsd.org/~ahze/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool that permits to use a gateway whatever IP we have
LIB_DEPENDS= libnet.so:net/libnet
NO_WRKSUBDIR= yes
PLIST_FILES= sbin/sasp
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include -o sasp sasp.c \
${LDFLAGS} -L${LOCALBASE}/lib -lpcap -lnet)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sasp ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>