0e682dded4
mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
26 lines
506 B
Makefile
26 lines
506 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: transcalc
|
|
# Date created: Sep 6, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= transcalc
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 10
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://transcalc.sourceforge.net/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines
|
|
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= transcalc.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|