summaryrefslogblamecommitdiff
path: root/graphics/opendx-samples/Makefile
blob: 5c28fbdd8930595bbed659c4040237da46a4fb97 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                      

                                                        
                                                        



           
                              
                     
                 
                             
                                                                        
                                               
                                        

                                 
                                              

                   
                             
 




                                                           
                      
# New ports collection makefile for:	opendx-samples
# Date created:		06 Oct 1999
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
# Updates:              Randall Hopper <rhh@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	opendx-samples
PORTVERSION=	4.2.0
PORTREVISION=	1
CATEGORIES=	graphics math
MASTER_SITES=	http://www.research.ibm.com/dx/srcDownload/srcArchive/ \
	        http://opendx.npaci.edu/source/
DISTNAME=	dxsamples-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Example files for IBM's OpenDX

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>