1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/subnetcalc/Makefile
Fernando Apesteguía adda422620 net/subnetcalc: Update to 2.4.15
PR:	245951
Submitted by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2020-05-03 09:51:29 +00:00

22 lines
468 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= subnetcalc
PORTVERSION= 2.4.15
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>