1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/science/gsmc/Makefile
Tijl Coosemans 216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00

23 lines
485 B
Makefile

# Created by: db
# $FreeBSD$
PORTNAME= gsmc
PORTVERSION= 1.1
PORTREVISION= 4
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
USES= gmake pkgconfig
USE_AUTOTOOLS= aclocal automake autoconf
AUTOMAKE_ARGS= -i --add-missing --foreign --copy --force
post-patch:
@${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>