freebsd-ports/graphics/opendx-samples/Makefile

25 lines
525 B
Makefile
Raw Normal View History

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