blob: 10f31e2f0fbd087dae1bbc0d0ece0cb2e7317f55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: db
# $FreeBSD$
PORTNAME= gsmc
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= science hamradio
MASTER_SITES= http://www.qsl.net/ik5nax/
MAINTAINER= db@FreeBSD.org
COMMENT= Smith chart program for impedance matching
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gmake pkgconfig
USE_AUTOTOOLS= aclocal automake autoconf
AUTOMAKE_ARGS= -i --add-missing --foreign --copy
MAN1= gsmc.1
PLIST_FILES= bin/gsmc
NO_STAGE= yes
.include <bsd.port.mk>
|