blob: 9307f4a1cf10e557a62f0bcdbe547d21c58732a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.common,v 1.2 2003/07/17 22:55:37 grant Exp $
#
# This file is included by the following packages:
# www/ap-iasp, www/iasp
DISTNAME= iASP2.1.01
CATEGORIES= www
MASTER_SITES= http://www.stryon.com/iasp/211/
IASP_VERSION= 2.1.1
IASP_TARFILE= iasp21.tar
IASP_DIR= iasp21
IASP_DESTDIR= ${PREFIX}/java/${IASP_DIR}
MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://www.stryon.com/docs/
|