1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/graphics/nplot/Makefile
Kurt Jaeger fd0e414801 New port: graphics/nplot
NPlot is a free charting library for .NET. It boasts an elegant,
flexible API and includes controls for Windows.Forms, ASP.NET
and a class for creating Bitmaps.

WWW: http://netcontrols.org/nplot/wiki/

PR:		211666
Submitted by:	Carsten Larsen <cs@innolan.dk>
2016-08-21 19:39:52 +00:00

28 lines
661 B
Makefile

# $FreeBSD$
PORTNAME= nplot
PORTVERSION= 0.9.10
CATEGORIES= graphics
MASTER_SITES= http://suyai.innolan.net/
DISTNAME= nplot-0.9.10.1
MAINTAINER= cs@innolan.dk
COMMENT= Charting library for .NET
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus \
libcairo.so:graphics/cairo
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts
USES= mono
WRKSRC= ${WRKDIR}/anguist-nplot-bed1ca9c4048
PLIST_FILES= lib/mono/gac/NPlot/0.9.10.1__4eda430eb4395eb1/NPlot.dll
do-install:
${LOCALBASE}/bin/gacutil -root ${STAGEDIR}${PREFIX}/lib/ -gacdir ${STAGEDIR}${PREFIX}/lib -i ${WRKSRC}/bin/NPlot.dll
.include <bsd.port.mk>