1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/graphics/opendx-samples/Makefile
Thomas Gellekum d4bfeef35e Upgrade to 4.2.0.
PR:		38528
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2002-05-31 11:54:00 +00:00

27 lines
645 B
Makefile

# 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
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
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>