21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= transcalc
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 12
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|