openbsd-ports/security/amap/Makefile
rpe d65b05721e remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore

"go ahead" sthen@
2013-04-07 01:07:23 +00:00

33 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.23 2013/04/07 01:07:23 rpe Exp $
COMMENT= application protocol detection tool
REVISION= 0
DISTNAME= amap-5.4
CATEGORIES= security
HOMEPAGE= http://thc.org/thc-amap/
# GPL with changes
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://freeworld.thc.org/releases/
WANTLIB= c crypto ssl pcre
LIB_DEPENDS= devel/pcre
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --prefix='${PREFIX}'
NO_TEST= Yes
MAKE_FLAGS= OPT="${CFLAGS} -I${LOCALBASE}/include"
post-extract:
@chmod -R u+w ${WRKDIST}
@perl -pi -e "s,\"\.\/\",\"$(TRUEPREFIX)\/share\/amap\/\"," \
${WRKSRC}/amap-lib.c
.include <bsd.port.mk>