ad6cb11b6d
Remove wip from CATEGORIES, and guess category if wip was the only one specified.
15 lines
372 B
Makefile
15 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/11/02 18:00:07 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= bscript-0.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bscript/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://bscript.sourceforge.net/
|
|
COMMENT= Portable, fast, lightweight BASIC interpreter
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|