pkgsrc/ham/xnec2c/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

24 lines
639 B
Makefile

# $NetBSD: Makefile,v 1.22 2020/01/26 17:31:25 rillig Exp $
DISTNAME= xnec2c-3.5.1
PKGREVISION= 7
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.qsl.net/5b4az/pages/nec2.html
COMMENT= GTK+ graphical interactive version of nec2c
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= intltool msgfmt pax pkg-config
INSTALLATION_DIRS= share/doc/xnec2c
post-install:
cd ${WRKSRC}/doc && ${PAX} -pp -rw * ${DESTDIR}${PREFIX}/share/doc/xnec2c
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"