1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/science/gsmc/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

29 lines
566 B
Makefile

# 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
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
USE_AUTOTOOLS= aclocal automake autoconf
AUTOMAKE_ARGS= -i --add-missing --foreign --copy
MAN1= gsmc.1
PLIST_FILES= bin/gsmc
.include <bsd.port.mk>