mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
694719be91
refine description. Noticed by: kris and bento
36 lines
876 B
Makefile
36 lines
876 B
Makefile
# New ports collection makefile for: LaBrea
|
|
# Date created: 20 September 2001
|
|
# Whom: nick@rogness.net
|
|
#
|
|
# $FreeBSD$
|
|
##
|
|
|
|
PORTNAME= LaBrea
|
|
PORTVERSION= 2.4
|
|
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= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
|
|
|
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>
|