1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/opendx-samples/Makefile

25 lines
522 B
Makefile
Raw Normal View History

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$
#
PORTNAME= opendx-samples
PORTVERSION= 4.0.7
1999-10-06 09:05:28 +00:00
CATEGORIES= graphics math
MASTER_SITES= http://opendx.npaci.edu/source/
DISTNAME= dxsamples-${PORTVERSION}
1999-10-06 09:05:28 +00:00
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
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>