1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/subnetcalc/Makefile
Alex Kozlov 5fcd4d3604 - Update to 2.1.4 [1]
- Convert Makefile headers to new style
- Remove LICENSE_FILE since GPLv3 is in Templates/Licenses
- Remove ABI version numbers from LIB_DEPENDS

PR:	ports/174612 (based on) [1]
Submitted by:	Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
2012-12-25 11:51:44 +00:00

25 lines
541 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= subnetcalc
PORTVERSION= 2.1.4
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= GeoIP:${PORTSDIR}/net/GeoIP
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-geoip=${LOCALBASE}"
USE_GMAKE= yes
PLIST_FILES= bin/subnetcalc
MAN1= subnetcalc.1
.include <bsd.port.mk>