Files
ports/net/subnetcalc/Makefile
Jason Helfman 59a4f014ae - revive net/subnetcalc
- update to 2.4.14
- no geoip support, and lack of replacement
- maintainer plans to implement libmaxminddb

PR:		239854 (based on)
Submitted by:	dreibh@iem.uni-due.de (maintainer)
2019-08-19 19:22:25 +00:00

22 lines
468 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= subnetcalc
PORTVERSION= 2.4.14
CATEGORIES= net
MASTER_SITES= https://www.uni-due.de/~be0001/subnetcalc/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= IPv4/IPv6 Subnet Calculator
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz cmake
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
PLIST_FILES= bin/subnetcalc \
man/man1/subnetcalc.1.gz
.include <bsd.port.mk>