opnsense-ports/graphics/plotutils/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

33 lines
688 B
Makefile

PORTNAME= plotutils
PORTVERSION= 2.6
PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= GNU
MAINTAINER= stephen@FreeBSD.org
COMMENT= Plotting library and toolkit
WWW= https://www.gnu.org/software/plotutils/plotutils.html
LICENSE= GPLv3
LIB_DEPENDS= libpng.so:graphics/png
USES= gmake libtool localbase:ldflags xorg # parallel builds are broken with bmake(1)
USE_LDCONFIG= yes
USE_XORG= ice sm x11 xaw xext xmu xt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi
TEST_TARGET= check
INFO= libxmi plotutils
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CPPFLAGS+= -Dregister=
.endif
.include <bsd.port.mk>