head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.05.09.14.07.30;	author wiz;	state Exp;
branches;
next	;
commitid	CQfv7aVSfzCS69FG;


desc
@@


1.1
log
@ham/xnecview: import xnecview-1.37

Packaged by Ramiro Aceves for wip.

Xnecview is a program for visualizing the input and output files
of the NEC antenna simulation software. It runs on GNU/Linux and
Unix systems with the X window system.
@
text
@# $NetBSD$

DISTNAME=	xnecview-1.37
CATEGORIES=	ham
MASTER_SITES=	https://www.pa3fwm.nl/software/xnecview/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ea1abz@@gmail.com
HOMEPAGE=	https://www.pa3fwm.nl/software/xnecview/
COMMENT=	Program for visualizing NEC input and output files
LICENSE=	gnu-gpl-v2

USE_TOOLS+=	gmake pkg-config

INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xnecview \
		${DESTDIR}${PREFIX}/bin/xnecview
	${INSTALL_MAN} ${WRKSRC}/xnecview.1x \
		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnecview.1

.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
