dd5f3a9a94
gnome-js-common is a module holding tests and JavaScript code useful or common to both Seed and gjs.
25 lines
643 B
Makefile
25 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/03/19 17:47:36 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-js-common-0.1.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gnome-js-common/0.1/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc.gnome@gmail.com
|
|
HOMEPAGE= ftp://ftp.gnome.org/pub/gnome/sources/gnome-js-common/0.1/
|
|
COMMENT= GNOME JavaScript common modules and tests
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config intltool msgfmt
|
|
|
|
PKGCONFIG_OVERRIDE+= gnome-js-common.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-seed
|
|
CONFIGURE_ARGS+= --enable-gjs
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|