diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-14 03:53:27 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-14 03:53:27 +0000 |
commit | 1fcbce6629c54c9935d14edc68844b2e576d6f5e (patch) | |
tree | f986474cabe0b57bbde271f2ab6c1b0c5e3d0c18 /security/labrea/Makefile | |
parent | 55c3c6ddb80f89275315938c87b5f9918ba3b86f (diff) | |
download | FreeBSD-ports-1fcbce6629c54c9935d14edc68844b2e576d6f5e.zip FreeBSD-ports-1fcbce6629c54c9935d14edc68844b2e576d6f5e.tar.gz |
update to LaBrea-2.4
PR: 53267
Submitted by: Nick Rogness <nick@rogness.net>
Diffstat (limited to 'security/labrea/Makefile')
-rw-r--r-- | security/labrea/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/security/labrea/Makefile b/security/labrea/Makefile index b2f34ed..51f9271 100644 --- a/security/labrea/Makefile +++ b/security/labrea/Makefile @@ -6,29 +6,26 @@ ## PORTNAME= LaBrea -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= security MASTER_SITES= http://freebsd.rogness.net/ports/labrea/ -DISTNAME= LaBrea${PORTVERSION:S/./_/g} +DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz MAINTAINER= nick@rogness.net -COMMENT= Defense mechanism against CodeRed +COMMENT= Security tarpit defense tool BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet -WRKSRC= ${WRKDIR}/LaBrea -USE_REINPLACE= yes - -MAKE_ARGS= CC="${CC}" OPTFLAGS="${CFLAGS}" +ALL_TARGET= ${PORTNAME} post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/LaBrea - ${INSTALL_MAN} ${WRKSRC}/LaBrea.README ${PREFIX}/share/doc/LaBrea + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/LaBrea.README ${DOCSDIR} @echo "******************************************" @echo "You will need to read the LaBrea.README in" - @echo "${PREFIX}/share/doc/LaBrea" + @echo "${DOCSDIR}" @echo "Before your run this!!" @echo "******************************************" @echo . |