freebsd-ports/science/linsmith/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
597 B
Makefile

# ex:ts=8
# Ports collection Makefile for: linsmith
# Date created: Dec 22, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= linsmith
PORTVERSION= 0.99.3
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= SF
MAINTAINER= ijliao@FreeBSD.org
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>