mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
170654275d
PR: 223309 Submitted by: dreibh@iem.uni-due.de (maintainer)
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= subnetcalc
|
|
DISTVERSION= 2.4.8
|
|
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
|
|
|
|
LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--with-geoip=${LOCALBASE}"
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/subnetcalc \
|
|
man/man1/subnetcalc.1.gz
|
|
|
|
.include <bsd.port.mk>
|