# Created by: ijliao
# $FreeBSD: head/cad/transcalc/Makefile 357139 2014-06-09 11:21:52Z olgeni $

PORTNAME=	transcalc
PORTVERSION=	0.14
PORTREVISION=	11
CATEGORIES=	cad
MASTER_SITES=	http://transcalc.sourceforge.net/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Analysis and synthesis tool for RF and microwave transmission lines

USES=		pkgconfig
USE_GNOME=	gtk20
GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure

.include <bsd.port.mk>