freebsd-ports/graphics/plotutils/Makefile
Alexey Dokuchaev cb1aaf68c6 - Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) is
bmake(1), which does not play nice with libtool way of building things
- While here, convert LIB_DEPENDS to new form, sort the knobs a bit, and
  hook test target to our standard "regression-test" one

Reported by:	marino
Tested by:	marino (poudriere testport)
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-15 07:35:19 +00:00

33 lines
742 B
Makefile

# Created by: Chuck Robey <chuckr@FreeBSD.org>
# $FreeBSD$
PORTNAME= plotutils
PORTVERSION= 2.6
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= GNU
MAINTAINER= stephen@FreeBSD.org
COMMENT= Plotting library and toolkit
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= gmake motif # parallel builds are broken with bmake(1)
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
INFO= libxmi plotutils
test: build
@${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} ${_MAKE_JOBS} \
${MAKE_ARGS} check
regression-test: test
.include <bsd.port.mk>