aboutsummaryrefslogtreecommitdiff
path: root/cad/transcalc/Makefile
blob: 9359216724e6b85e133267d7bf9f1c00caa4ad7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: ijliao

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

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

USES=		gnome pkgconfig
USE_GNOME=	gtk20
GNU_CONFIGURE=	yes

CFLAGS+=		-fcommon

DEPRECATED=	Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
EXPIRATION_DATE=2021-04-01

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

.include <bsd.port.mk>