de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
28 lines
595 B
Makefile
28 lines
595 B
Makefile
# ports collection makefile for: gsmc
|
|
# Date created: 11 February 2006
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gsmc
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
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:19 automake:19 autoconf:262
|
|
AUTOMAKE_ARGS= -i --add-missing --foreign --copy
|
|
|
|
MAN1= gsmc.1
|
|
PLIST_FILES= bin/gsmc
|
|
|
|
.include <bsd.port.mk>
|