freebsd-ports/net/subnetcalc/Makefile
Jason Helfman 2e4d9cb0a9 - update to 2.2.0
- adopt new lib_depends format
- support staging

PR:	183805
Approved by:	dreibh@iem.uni-due.de (maintainer timeout, 14 days)
2013-11-22 16:57:06 +00:00

24 lines
553 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= subnetcalc
PORTVERSION= 2.2.0
CATEGORIES= net
MASTER_SITES= http://www.iem.uni-due.de/~dreibh/subnetcalc/download/ \
http://www.exp-math.uni-essen.de/~dreibh/subnetcalc/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= IPv4/IPv6 Subnet Calculator
LICENSE= GPLv3
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/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>