2002-09-06 11:40:18 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: transcalc
|
|
|
|
# Date created: Sep 6, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= transcalc
|
2003-08-18 11:01:53 +02:00
|
|
|
PORTVERSION= 0.14
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 6
|
2002-09-06 11:40:18 +02:00
|
|
|
CATEGORIES= cad
|
2004-06-08 10:21:25 +02:00
|
|
|
MASTER_SITES= http://transcalc.sourceforge.net/
|
2002-09-06 11:40:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines
|
2002-09-06 11:40:18 +02:00
|
|
|
|
2003-08-18 11:01:53 +02:00
|
|
|
USE_GNOME= gnometarget gtk20
|
2002-09-06 11:40:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= transcalc.1
|
|
|
|
|
2003-08-18 11:01:53 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
|
|
|
|
2002-09-06 11:40:18 +02:00
|
|
|
.include <bsd.port.mk>
|