blob: bcd1b91d534996402ed6741537f5301e814b4b87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|