openbsd-ports/net/argus-clients/Makefile

45 lines
1.0 KiB
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:45 espie Exp $
2010-11-11 03:40:27 -05:00
COMMENT = utilities to read and parse Argus data
2012-07-08 15:24:18 -04:00
DISTNAME = argus-clients-3.0.6.2
2010-11-11 03:40:27 -05:00
CATEGORIES = net
2010-11-11 03:40:27 -05:00
HOMEPAGE = http://qosient.com/argus/
MASTER_SITES = ${HOMEPAGE}/src/
2010-11-11 03:40:27 -05:00
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
# GPLv2
2010-11-11 03:40:27 -05:00
PERMIT_PACKAGE_CDROM = Yes
2012-07-08 15:24:18 -04:00
WANTLIB = c m ncurses readline z
2013-03-11 07:35:43 -04:00
NO_TEST = Yes
2012-07-08 15:24:18 -04:00
LIB_DEPENDS = net/flow-tools
2010-11-11 03:40:27 -05:00
CONFIGURE_STYLE = gnu
2012-07-08 15:24:18 -04:00
CONFIGURE_ARGS += --with-libft=${LOCALBASE} \
--without-mysql \
--without-GeoIP \
--without-sasl
2010-11-11 03:40:27 -05:00
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
2010-11-19 17:31:32 -05:00
BUILD_DEPENDS = devel/bison
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2010-11-11 03:40:27 -05:00
MAKE_FLAGS = CCOPT="${CFLAGS}"
FAKE_FLAGS = docdir=${PREFIX}/share/doc/argus-clients/
post-extract:
@find ${WRKSRC} -name '.gdb_history' -exec rm -f {} \;
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/argus/
mv ${PREFIX}/argus/* ${PREFIX}/share/argus/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/argus-clients/
cd ${WRKSRC}/support && tar cf - . | \
tar -C ${PREFIX}/share/examples/argus-clients/ -xf -
.include <bsd.port.mk>