aboutsummaryrefslogtreecommitdiffstats
path: root/science/gsmc/Makefile
blob: ed4badb74eb0b97ef7106d2b70f1752efa341eea (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
26
27
28
# ports collection makefile for:    gsmc
# Date created:     11 February 2006
# Whom:         db
#
# $FreeBSD$
#

PORTNAME=   gsmc
PORTVERSION=    1.1
PORTREVISION=   3
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
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE=  yes
USE_AUTOTOOLS=  aclocal:111 automake:111 autoconf:268
AUTOMAKE_ARGS=  -i --add-missing --foreign --copy

MAN1=       gsmc.1
PLIST_FILES=    bin/gsmc

.include <bsd.port.mk>