1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/science/gsmc/Makefile
2021-04-06 16:31:07 +02:00

23 lines
455 B
Makefile

# Created by: db
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 gnome pkgconfig
PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz
post-patch:
@${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>