de3b760914
A analysis and synthesis tool for RF and microwave transmission lines
25 lines
411 B
Makefile
25 lines
411 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: transcalc
|
|
# Date created: Sep 6, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= transcalc
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://transcalc.sourceforge.net/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= transcalc.1
|
|
|
|
.include <bsd.port.mk>
|