Mcalc is a JavaScript based calculator for accurate microstrip transmission line analysis and synthesis. The electrical parameters may be determined from specified physical parameters, or the physical parameters required to meet a given set of electrical parameters may be found. Much attention has been given to making mcalc the most accurate online based calculator short of a full electromagnetic simulation.
23 lines
558 B
Makefile
23 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/11/15 03:10:45 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= mcalc-1.4
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcalc/}
|
|
|
|
MAINTAINER= dmcmahill@netbsd.org
|
|
HOMEPAGE= http://mcalc.sourceforge.net
|
|
COMMENT= JavaScript based microstrip analysis/synthesis calculator
|
|
|
|
NO_BUILD= yes
|
|
|
|
MCALCBASE?= share/${PKGNAME}
|
|
|
|
PLIST_SUBST+= MCALCBASE=${MCALCBASE}
|
|
MESSAGE_SUBST+= MCALCBASE=${MCALCBASE}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${MCALCBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/${MCALCBASE}/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|