freebsd-ports/science/linsmith/Makefile
Diane Bruce 1d2850aa84 - Update to 0.99.11 [1]
- Add hamradio to CATEGORIES
- Add beat@chruetertee.ch as MAINTAINER (confirmed with beat via e-mail)

PR:	ports/127886 [1]
2008-11-05 17:19:33 +00:00

30 lines
592 B
Makefile

# ex:ts=8
# Ports collection Makefile for: linsmith
# Date created: Dec 22, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= linsmith
PORTVERSION= 0.99.11
CATEGORIES= science hamradio
MASTER_SITES= SF
MAINTAINER= beat@chruetertee.ch
COMMENT= Smith charting program
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GNOME= pkgconfig libgnomeprint libgnomeui libxml2
USE_ICONV= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${CP} ${FILESDIR}/carg.c ${WRKSRC}/src
.include <bsd.port.mk>