1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/science/linsmith/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 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= 1
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>