1999-10-06 09:11:00 +00:00
|
|
|
# New ports collection makefile for: opendx-samples
|
1999-10-06 09:05:28 +00:00
|
|
|
# Date created: 06 Oct 1999
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= opendx-samples
|
2000-05-29 02:35:03 +00:00
|
|
|
PORTVERSION= 4.0.8
|
1999-10-06 09:05:28 +00:00
|
|
|
CATEGORIES= graphics math
|
|
|
|
MASTER_SITES= http://opendx.npaci.edu/source/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= dxsamples-${PORTVERSION}
|
1999-10-06 09:05:28 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-10-15 13:18:44 +00:00
|
|
|
CONFIGURE_ENV= SHELL=/bin/sh
|
1999-10-06 09:05:28 +00:00
|
|
|
|
1999-11-03 12:19:01 +00:00
|
|
|
# XXX
|
|
|
|
# someone with some knowledge of Java should make this work
|
|
|
|
post-configure:
|
|
|
|
@touch ${WRKSRC}/java/samples/samples.jar
|
|
|
|
|
1999-10-06 09:05:28 +00:00
|
|
|
.include <bsd.port.mk>
|