freebsd-ports/net/subnetcalc/Makefile
Adam Weinberger e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00

25 lines
569 B
Makefile

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