24 lines
413 B
Makefile
24 lines
413 B
Makefile
# ports collection makefile for: gsmc
|
|
# Date created: 11 February 2006
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gsmc
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= gsmc.1
|
|
PLIST_FILES= bin/gsmc
|
|
|
|
.include <bsd.port.mk>
|