View | Details | Raw Unified | Return to bug 193186
Collapse All | Expand All

(-)java/java3d/Makefile (-3 / +3 lines)
Lines 6-16 Link Here
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	java graphics games devel
7
CATEGORIES=	java graphics games devel
8
MASTER_SITES=	https://sites.google.com/site/daemonwizard/
8
MASTER_SITES=	https://sites.google.com/site/daemonwizard/
9
DISTNAME=	java3d-${PORTVERSION}
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Provides API for creating and manipulation of 3D geometry
11
COMMENT=	Provides API for creating and manipulation of 3D geometry
13
12
13
LICENSE=	GPLv2 MIT
14
LICENSE_COMB=	multi
15
14
USES=		tar:bzip2
16
USES=		tar:bzip2
15
USE_JAVA=	yes
17
USE_JAVA=	yes
16
USE_GL=		gl
18
USE_GL=		gl
Lines 24-31 Link Here
24
DOCSSRC=	${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public
26
DOCSSRC=	${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public
25
PORTDOCS=	*
27
PORTDOCS=	*
26
28
27
RESTRICTED=	License does not allow distribution
28
29
OPTIONS_DEFINE=	DOCS
29
OPTIONS_DEFINE=	DOCS
30
30
31
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>

Return to bug 193186