Changelog: https://github.com/dreibh/subnetcalc/blob/subnetcalc-2.6.4/ChangeLog Commit log: https://github.com/dreibh/subnetcalc/compare/subnetcalc-2.6.1...subnetcalc-2.6.4 PR: 286398
22 lines
549 B
Makefile
22 lines
549 B
Makefile
PORTNAME= subnetcalc
|
|
DISTVERSION= 2.6.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.nntb.no/~dreibh/subnetcalc/download/
|
|
|
|
MAINTAINER= thomas.dreibholz@gmail.com
|
|
COMMENT= IPv4/IPv6 Subnet Calculator
|
|
WWW= https://www.nntb.no/~dreibh/subnetcalc/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake gettext tar:xz
|
|
|
|
PLIST_FILES= bin/subnetcalc \
|
|
share/bash-completion/completions/subnetcalc \
|
|
share/locale/de/LC_MESSAGES/subnetcalc.mo \
|
|
share/locale/nb/LC_MESSAGES/subnetcalc.mo \
|
|
share/man/man1/subnetcalc.1.gz
|
|
|
|
.include <bsd.port.mk>
|