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