9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
16 lines
402 B
Makefile
16 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:24 rillig Exp $
|
|
|
|
DISTNAME= nec2c-1.3
|
|
CATEGORIES= ham
|
|
MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/nec2c/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.qsl.net/5b4az/pages/nec2.html
|
|
COMMENT= Numerical Electromagnetics Code in C
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|