pkgsrc/devel/wide/Makefile
jschauma a84fcabfb4 Initial import of devel/wide:
WIDE stands for 'The While IDE', an integrated development environment for the
While programming language.

With WIDE you will be able to:

   1. Create and edit While Programs written in standard list concrete syntax,
      and a novel textual (string) syntax developed exclusively for WIDE.
   2. Compile and Run While Programs.
   3. Debug Programs.
   4. Easily experiment with meta-programming ideas and concepts.

Wide is licensed under the Eclipse License.
2005-02-01 19:11:20 +00:00

35 lines
956 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/02/01 19:11:20 jschauma Exp $
#
DISTNAME= wide
PKGNAME= wide-0.1
CATEGORIES= lang
MASTER_SITES= http://www2.mta.ac.il/~tal/WIDE/
EXTRACT_SUFX= .zip
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://www2.mta.ac.il/~tal/WIDE/
COMMENT= IDE for the While programming language
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:tu}
EXTRACT_CMD_OPTS.zip= -aqo
LICENSE= eclipse-license
PKG_JVMS_ACCEPTED= sun-jdk14 sun-jdk15
do-configure:
${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/wide.in > ${WRKSRC}/wide
${RM} -fr ${WRKSRC}/images/Copy*
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/wide
${INSTALL_DATA_DIR} ${PREFIX}/libexec/wide
${INSTALL_SCRIPT} ${WRKSRC}/wide ${PREFIX}/bin/wide
cd ${WRKSRC} && ${PAX} -rw Study etc help images *.ini *.xml version.txt \
${PREFIX}/share/wide/
cd ${WRKSRC} && ${PAX} -rw lib ${PREFIX}/libexec/wide/
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"