34 lines
713 B
Makefile
Raw Normal View History

2013-03-11 11:10:51 +00:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:10:54 espie Exp $
COMMENT = Cairo-backed Canvas implementation for Node.js
2013-03-02 12:29:09 +00:00
NPM_VERSION = 1.0.0
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
MODULES = devel/gettext \
lang/node
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 \
graphics/jpeg \
graphics/libungif
CONFIGURE_STYLE = npm ext
# needs mocha
2013-03-11 11:10:51 +00:00
NO_TEST = Yes
.include <bsd.port.mk>