Files
ports/net/nemesis/Makefile
T
Nuno Teixeira 5e122b6e99 net/nemesis: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-20 17:15:03 +00:00

30 lines
617 B
Makefile

PORTNAME= nemesis
DISTVERSIONPREFIX= v
DISTVERSION= 1.8-5
PORTREVISION= 2
DISTVERSIONSUFFIX= -gb1d398c
PORTEPOCH= 1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line network packet crafting and injection utility
WWW= https://troglobit.com/projects/nemesis/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnet.so:net/libnet
USES= autoreconf gmake localbase:ldflags
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= libnet
post-install:
@${RM} -r ${STAGEDIR}${DOCSDIR} # DOCSDIR doesn't have anything valuable
.include <bsd.port.mk>