pkgsrc/net/hping/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

32 lines
925 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/01/07 09:14:02 rillig Exp $
#
DISTNAME= hping2.0.0-rc3
PKGNAME= hping-2.0.0.3
CATEGORIES= net
MASTER_SITES= http://www.hping.org/
MAINTAINER= atatat@NetBSD.org
HOMEPAGE= http://www.hping.org/
COMMENT= Command-line oriented TCP/IP packet assembler/analyzer
WRKSRC= ${WRKDIR}/hping2-rc3
HAS_CONFIGURE= YES
MANPATH= ${PREFIX}/man
CONFIGURE_ENV+= MANPATH=${MANPATH:Q}
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
CONFIGURE_ENV+= PCAPINCDIR=${BUILDLINK_PREFIX.libpcap}/include
CONFIGURE_ENV+= PCAPLIBDIR=${BUILDLINK_PREFIX.libpcap}/lib
.include "options.mk"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin
${LN} -s ../sbin/hping2 ${PREFIX}/sbin/hping
${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/${PKGMANDIR}/man8
${LN} -s ../../man/man8/hping2.8 ${PREFIX}/${PKGMANDIR}/man8/hping.8
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"