2012-09-23 13:30:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2012/09/23 17:30:16 jasper Exp $
|
2012-05-11 02:19:38 -04:00
|
|
|
|
2012-07-12 17:42:53 -04:00
|
|
|
COMMENT = Cairo-backed Canvas implementation for Node.js
|
2012-05-11 02:19:38 -04:00
|
|
|
|
2012-09-23 13:29:47 -04:00
|
|
|
NPM_VERSION = 0.13.1
|
2012-05-11 02:19:38 -04:00
|
|
|
NPM_NAME = canvas
|
|
|
|
CATEGORIES = graphics
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/learnboost/node-canvas
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-09-23 13:30:16 -04: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 02:19:38 -04:00
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
2012-05-23 11:13:20 -04:00
|
|
|
lang/node
|
2012-05-11 02:19:38 -04:00
|
|
|
|
2012-09-23 13:29:47 -04:00
|
|
|
LIB_DEPENDS = devel/pango \
|
|
|
|
graphics/cairo \
|
2012-05-11 02:19:38 -04:00
|
|
|
graphics/jpeg \
|
|
|
|
graphics/libungif
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
|
|
|
|
# needs mocha
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|