aboutsummaryrefslogtreecommitdiffstats
path: root/cad/transcalc/Makefile
blob: c75c4bc905f8ca61352f8f4380650b773e9ac77d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>