freebsd-ports/science/gsmc/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

23 lines
461 B
Makefile

# Created by: db
# $FreeBSD$
PORTNAME= gsmc
PORTVERSION= 1.1
PORTREVISION= 5
CATEGORIES= science hamradio
MASTER_SITES= http://www.qsl.net/ik5nax/
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Smith chart program for impedance matching
LICENSE= GPLv2
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USES= autoreconf gmake pkgconfig
PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz
post-patch:
@${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>