mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
2eb84a7a05
with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
31 lines
658 B
Makefile
31 lines
658 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipcalc
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMEPREFIX= gnu-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Modern network address calculation tool for IPv4 and IPv6
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS_INSTALL= ipcalc-[0-9]*
|
|
|
|
USES= gmake localbase
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nmav
|
|
|
|
MAKE_ENV+= USE_GEOIP=no USE_DYN_GEOIP=no
|
|
|
|
PLIST_FILES= bin/ipcalc man/man1/ipcalc.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|