pkgsrc/ham/xnec2c/Makefile
mef 1a2b1ed9ef Update 3.3 to 3.4
-----------------
Version 3.4:
  I fixed a bug in the code that implements the modified GS (scaling)
card. In NEC2 the GS card scales all of the structure, but in Xnec2c I
modified the code so that it is possible to specify a range of tag
numbers to apply scaling to only. When a GS card follows a GX card,
selective scaling doesn't work correctly because a symmetric structure
is created. If you are using a GS card, it may be better to avoid
specifying a tag number range, just in case the bug fix is not
complete.
2015-09-06 09:50:47 +00:00

23 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/09/06 09:50:47 mef Exp $
DISTNAME= xnec2c-3.4
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"