mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a8ba85da9c
PR: 55684 Submitted by: Ports Fury
29 lines
583 B
Makefile
29 lines
583 B
Makefile
# 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>
|