mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
0e7c2f97c8
I've only just noticed the author put this into public domain as the original was public domain. He only stressed the wish to keep it FOSS. 7. License: nec2c is Public Domain, same as the original FORTRAN source. Please keep any software you write incorporating nec2c in Public Domain or at least use an open license like GPL or BSD. I believe this was his intent but having a GPL COPYING file certainly confuses things.
20 lines
386 B
Makefile
20 lines
386 B
Makefile
PORTNAME= nec2c
|
|
DISTVERSION= 1.3.1
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= https://www.qsl.net/5b4az/pkg/nec2/nec2c/
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Used to calculate antenna patterns useful to ham radio
|
|
WWW= https://www.qsl.net/5b4az/
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
USES= dos2unix tar:bz2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/nec2c
|
|
|
|
.include <bsd.port.mk>
|