2013-08-15 09:35:19 +02:00
|
|
|
# Created by: Chuck Robey <chuckr@FreeBSD.org>
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-06-20 05:09:12 +02:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= plotutils
|
2010-01-26 15:28:22 +01:00
|
|
|
PORTVERSION= 2.6
|
2015-12-24 00:12:22 +01:00
|
|
|
PORTREVISION= 7
|
2009-04-23 13:28:20 +02:00
|
|
|
PORTEPOCH= 1
|
1998-06-20 05:09:12 +02:00
|
|
|
CATEGORIES= graphics
|
2008-08-03 00:34:32 +02:00
|
|
|
MASTER_SITES= GNU
|
1998-06-20 05:09:12 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2013-07-10 08:55:28 +02:00
|
|
|
COMMENT= Plotting library and toolkit
|
1998-06-20 05:09:12 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
2001-03-23 12:57:07 +01:00
|
|
|
|
2015-12-24 00:12:22 +01:00
|
|
|
USES= gmake libtool # parallel builds are broken with bmake(1)
|
2014-05-10 23:07:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-12-24 00:12:22 +01:00
|
|
|
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2015-12-24 00:12:22 +01:00
|
|
|
USE_XORG= xaw
|
2015-12-13 23:34:54 +01:00
|
|
|
TEST_TARGET= check
|
1998-06-20 05:09:12 +02:00
|
|
|
|
2010-01-26 15:28:22 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2013-08-15 09:35:19 +02:00
|
|
|
INFO= libxmi plotutils
|
|
|
|
|
2003-10-31 11:14:37 +01:00
|
|
|
.include <bsd.port.mk>
|