openbsd-ports/security/siphon/Makefile
jsyn 43f689a840 - jsyn@nthought.com -> jsyn@openbsd.org
- bump NEED_VERSION
- for {siphon,flawfinder} s/packetstorm.securify.com/www.packetstormsecurity.org/
ok lebel@, pvalchev@
2001-07-21 20:46:58 +00:00

38 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.3 2001/07/21 20:46:59 jsyn Exp $
COMMENT= "passive network mapping tool"
DISTNAME= siphon-v.666
PKGNAME= siphon-0.666
CATEGORIES= security net
NEED_VERSION= 1.425
HOMEPAGE= http://www.gravitino.net/projects/siphon/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.gravitino.net/projects/siphon/ \
http://www.packetstormsecurity.org/UNIX/utilities/siphon/
MAKE_FLAGS= CC="${CC}" \
CFLAGS='${CFLAGS} -Wall -I. \
-DSYSCONFDIR="\"${SYSCONFDIR}\""' \
CCFLAGS='-pthread \
-DSYSCONFDIR="\"${SYSCONFDIR}\""'
MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/siphon ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/siphon
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/siphon
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/siphon
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/siphon
${INSTALL_DATA} ${WRKSRC}/osprints.conf ${PREFIX}/share/examples/siphon
.include <bsd.port.mk>