aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opendx-samples/Makefile
blob: 39c03f34d35bd844b96054345ca26901991f5cf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    opendx-samples
# Date created:     06 Oct 1999
# Whom:         Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   opendx-samples
PORTVERSION=    4.0.7
CATEGORIES= graphics math
MASTER_SITES=   http://opendx.npaci.edu/source/
DISTNAME=   dxsamples-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  SHELL=/bin/sh

# XXX
# someone with some knowledge of Java should make this work
post-configure:
    @touch ${WRKSRC}/java/samples/samples.jar

.include <bsd.port.mk>