1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/science/gsmc/Makefile
Thierry Thomas 662815d1ee A program for doing calculation on Smith Chart, similar in functionality to
xsmc but with a simpler user interface; written with GNU/GTK library and
released under GNU/GPL. Written by Lapo Pieri IK5NAX

WWW: http://www.qsl.net/ik5nax

PR:		ports/93224
Submitted by:	Diane Bruce <db (at) db.net> - VA3DB
2006-03-19 20:51:14 +00:00

25 lines
410 B
Makefile

# ports collection makefile for: gsmc
# Date created: 11 February 2006
# Whom: db
#
# $FreeBSD$
#
PORTNAME= gsmc
PORTVERSION= 1.0
CATEGORIES= science hamradio
MASTER_SITES= http://www.qsl.net/ik5nax/
MAINTAINER= db@db.net
COMMENT= Smith chart program for impedance matching
USE_X_PREFIX= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= gsmc.1
PLIST_FILES= bin/gsmc
.include <bsd.port.mk>