mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
64e7eb956e
Committing after maintainer (dreibh@iem.uni-due.de) timeout PR: 229108 Submitted by: freebsd_ports@k-worx.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15882
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= subnetcalc
|
|
DISTVERSION= 2.4.9
|
|
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
|
|
|
|
LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
|
|
|
USES= cmake:outsource
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH="man"
|
|
|
|
PLIST_FILES= bin/subnetcalc \
|
|
man/man1/subnetcalc.1.gz
|
|
|
|
.include <bsd.port.mk>
|