blob: d5f2d9f63aa8a96837f5e3a6c62448e6eafde051 (
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
25
26
27
28
|
# ex:ts=8
# Ports collection makefile for: transcalc
# Date created: Sep 6, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= transcalc
PORTVERSION= 0.14
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://transcalc.sourceforge.net/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines
USE_GNOME= gnometarget gtk20
USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN1= transcalc.1
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
.include <bsd.port.mk>
|