mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
29 lines
578 B
Makefile
29 lines
578 B
Makefile
# Created by: Chuck Robey <chuckr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plotutils
|
|
PORTVERSION= 2.6
|
|
PORTREVISION= 8
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Plotting library and toolkit
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= gmake libtool xorg # 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>
|