2f64d97818
PR: 288517 Approved by: alven@ (maintainer, with hamradio@ hat) Approved by: yuri@ (Mentor)
24 lines
418 B
Makefile
24 lines
418 B
Makefile
PORTNAME= nec2c
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.3
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Used to calculate antenna patterns useful to ham radio
|
|
WWW= https://www.qsl.net/5b4az/ \
|
|
https://github.com/KJ7LNW/nec2c/
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
USES= autoreconf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KJ7LNW
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/nec2c
|
|
|
|
.include <bsd.port.mk>
|