pkgsrc/lang/js/Makefile
agc 792a11de2f add license information to the package Makefile
clarify the description in light of the license information.
2010-04-19 06:16:40 +00:00

21 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/04/19 06:16:40 agc Exp $
#
DISTNAME= js-0.2.5
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.njs-javascript.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.njs-javascript.org/
COMMENT= JavaScript virtual machine
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"