freebsd-ports/cad/transcalc/Makefile
Jimmy Olgeni 37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00

20 lines
418 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= transcalc
PORTVERSION= 0.14
PORTREVISION= 11
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= 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>