pkgsrc-wip/jamvm/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

23 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:18 thomasklausner Exp $
#
DISTNAME= jamvm-1.3.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jamvm/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://jamvm.sourceforge.net/
COMMENT= Compact Java Virtual Machine
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/jamvm ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/src/jni.h ${PREFIX}/include/
${INSTALL_DATA_DIR} ${PREFIX}/share/jamvm/classes/
unzip -o ${WRKSRC}/lib/classes.zip -d ${PREFIX}/share/jamvm/classes/
.include "../../mk/bsd.pkg.mk"