620b9d8ee0
gnome-js-common is a module holding tests and JavaScript code useful or common to both Seed and gjs. ok aja@
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/13 08:16:28 jasper Exp $
|
|
|
|
COMMENT= shared JavaScript files for GNOME
|
|
|
|
GNOME_PROJECT= gnome-js-common
|
|
GNOME_VERSION= 0.1.2
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
FAKE_FLAGS+= gnome_js_commondoc_DATA=""
|
|
|
|
.include <bsd.port.mk>
|