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>
37 lines
885 B
Makefile
37 lines
885 B
Makefile
# New ports collection makefile for: LaBrea
|
|
# Date created: 20 September 2001
|
|
# Whom: nick@rogness.net
|
|
#
|
|
# $FreeBSD$
|
|
##
|
|
|
|
PORTNAME= LaBrea
|
|
PORTVERSION= 2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://freebsd.rogness.net/ports/labrea/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= nick@rogness.net
|
|
COMMENT= Security tarpit defense tool
|
|
|
|
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/LaBrea ${PREFIX}/bin
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/LaBrea.README ${DOCSDIR}
|
|
@echo "******************************************"
|
|
@echo "You will need to read the LaBrea.README in"
|
|
@echo "${DOCSDIR}"
|
|
@echo "Before your run this!!"
|
|
@echo "******************************************"
|
|
@echo .
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|