openbsd-ports/security/amap/Makefile
2005-09-30 07:47:27 +00:00

36 lines
755 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/09/30 07:47:27 aanriot Exp $
COMMENT= "next generation scanning tool"
DISTNAME= amap-5.2
CATEGORIES= security
HOMEPAGE= http://www.thc.org/thc-amap/
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
# GPL with changes
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.thc.org/releases/ \
${MASTER_SITE_PACKETSTORM:=groups/thc/}
WANTLIB= c crypto ssl
LIB_DEPENDS= pcre.0::devel/pcre
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
MAKE_FLAGS= OPT="${CFLAGS} -I${LOCALBASE}/include"
post-extract:
@${CHMOD} -R u+w ${WRKDIST}
@perl -pi -e "s,\"\.\/\",\"$(LOCALBASE)\/share\/amap\/\"," \
${WRKSRC}/amap-lib.c
.include <bsd.port.mk>