freebsd-ports/graphics/plotutils/Makefile

29 lines
573 B
Makefile
Raw Normal View History

# Created by: Chuck Robey <chuckr@FreeBSD.org>
1999-08-25 08:16:32 +02:00
# $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: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
2003-10-31 11:14:37 +01:00
.include <bsd.port.mk>