freebsd-ports/graphics/plotutils/Makefile
Stephen Montgomery-Smith 791bb6cd7d - Switch from open-motif to libXaw.
PR:		ports/205489
Submitted by:	Raphael Kubo da Costa
2015-12-23 23:12:22 +00:00

28 lines
585 B
Makefile

# Created by: Chuck Robey <chuckr@FreeBSD.org>
# $FreeBSD$
PORTNAME= plotutils
PORTVERSION= 2.6
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= GNU
MAINTAINER= stephen@FreeBSD.org
COMMENT= Plotting library and toolkit
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USES= gmake libtool # parallel builds are broken with bmake(1)
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi
USE_LDCONFIG= yes
USE_XORG= xaw
TEST_TARGET= check
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= libxmi plotutils
.include <bsd.port.mk>