freebsd-ports/cad/transcalc/Makefile

21 lines
420 B
Makefile
Raw Normal View History

2013-09-03 08:36:41 +02:00
# Created by: ijliao
# $FreeBSD$
PORTNAME= transcalc
PORTVERSION= 0.14
2012-06-01 07:26:28 +02:00
PORTREVISION= 11
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines
2013-09-03 08:36:41 +02:00
USES= pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
.include <bsd.port.mk>