1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/cad/transcalc/Makefile
2013-12-30 22:19:48 +00:00

21 lines
420 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= transcalc
PORTVERSION= 0.14
PORTREVISION= 11
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= A 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>