2013-03-11 11:10:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:10:54 espie Exp $
|
2012-05-11 06:19:38 +00:00
|
|
|
|
2012-07-12 21:42:53 +00:00
|
|
|
COMMENT = Cairo-backed Canvas implementation for Node.js
|
2012-05-11 06:19:38 +00:00
|
|
|
|
2013-03-02 12:29:09 +00:00
|
|
|
NPM_VERSION = 1.0.0
|
2012-05-11 06:19:38 +00:00
|
|
|
NPM_NAME = canvas
|
|
|
|
CATEGORIES = graphics
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/learnboost/node-canvas
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-09-23 17:30:16 +00:00
|
|
|
WANTLIB += GL X11 Xrender cairo crypto expat fontconfig freetype
|
|
|
|
WANTLIB += glib-2.0 gobject-2.0 pixman-1 png pthread pthread-stubs
|
|
|
|
WANTLIB += ssl xcb xcb-render xcb-shm z
|
2012-05-11 06:19:38 +00:00
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
2012-05-23 15:13:20 +00:00
|
|
|
lang/node
|
2012-05-11 06:19:38 +00:00
|
|
|
|
2012-10-14 15:33:33 +00:00
|
|
|
# used by package/util/has_lib.sh
|
|
|
|
BUILD_DEPENDS= shells/bash
|
2012-09-23 17:29:47 +00:00
|
|
|
LIB_DEPENDS = devel/pango \
|
|
|
|
graphics/cairo \
|
2012-05-11 06:19:38 +00:00
|
|
|
graphics/jpeg \
|
|
|
|
graphics/libungif
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
|
|
|
|
# needs mocha
|
2013-03-11 11:10:51 +00:00
|
|
|
NO_TEST = Yes
|
2012-05-11 06:19:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|