freebsd-ports/security/vida/Makefile
Michael Landin e75cf91623 New port.
Vida is a multi-datapipe handler, written in C with ncurses library,
for unix and unix-like OS.

PR:		51086
Approved by:	roberto(mentor)
2003-05-15 13:59:37 +00:00

33 lines
835 B
Makefile

# New ports collection makefile for: vida
# Date created: Thu Apr 17 11:22:35 GMT 2003
# Whom: mich@freebsdcluster.org
#
# $FreeBSD$
#
PORTNAME= vida
PORTVERSION= 0.7.1
CATEGORIES= security
MASTER_SITES= http://vidatapipe.sourceforge.net/
MAINTAINER= mich@FreeBSD.org
COMMENT= Vida is a multi-datapipe handler
BUILD_DEPENDS= ${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet
LDFLAGS+= -pthread -lncurses -lpcap -lnet
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
cd ${WRKSRC} && \
${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS} vida.c funz.c dnshijacking.c \
${LDFLAGS} `libnet-config --defines` -o ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/vida.1.gz ${PREFIX}/man/man1/
MAN1= vida.1
MANCOMPRESSED= yes
.include <bsd.port.mk>