freebsd-ports/net/subnetcalc/Makefile
Julien Laffaye 5fc2422d96 Update to 2.1.3
PR:		ports/157902
Submitted by:	rodrigo osorio <rodrigo@bebik.net>
Approved by:	Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer), bapt (mentor)
2011-06-19 18:07:33 +00:00

29 lines
700 B
Makefile

# New ports collection makefile for: subnetcalc
# Date created: 27 July 2010
# Whom: Thomas Dreibholz <dreibh@iem.uni-due.de>
#
# $FreeBSD$
#
PORTNAME= subnetcalc
PORTVERSION= 2.1.3
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
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-geoip=${LOCALBASE}"
USE_GMAKE= yes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/subnetcalc
MAN8= subnetcalc.8
.include <bsd.port.mk>