pkgsrc-wip/java-jflex/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

19 lines
440 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:19 thomasklausner Exp $
#
DISTNAME= jflex_small-1.3.5
PKGNAME= java-jflex-1.3.5
CATEGORIES= textproc
MASTER_SITES= http://www.jflex.de/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.jflex.de/
COMMENT= The Fast Scanner Generator for Java
WRKSRC= ${WRKDIR}/JFlex
do-install:
${INSTALL_DATA} ${WRKSRC}/lib/JFlex.jar \
${PREFIX}/share/classpath/
.include "../../mk/bsd.pkg.mk"