|
Lines 2-11
Link Here
|
| 2 |
# $FreeBSD: head/graphics/osg-devel/Makefile 334422 2013-11-20 14:25:28Z nemysis $ |
2 |
# $FreeBSD: head/graphics/osg-devel/Makefile 334422 2013-11-20 14:25:28Z nemysis $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= osg |
4 |
PORTNAME= osg |
| 5 |
PORTVERSION= 3.1.3 |
5 |
PORTVERSION= 3.3.0 |
| 6 |
PORTREVISION= 5 |
|
|
| 7 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
| 8 |
MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ |
7 |
MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ |
| 9 |
http://mirror.amdmi3.ru/distfiles/ |
8 |
http://mirror.amdmi3.ru/distfiles/ |
| 10 |
PKGNAMESUFFIX= -devel |
9 |
PKGNAMESUFFIX= -devel |
| 11 |
DISTNAME= OpenSceneGraph-${PORTVERSION} |
10 |
DISTNAME= OpenSceneGraph-${PORTVERSION} |
|
Lines 13-18
Link Here
|
| 13 |
MAINTAINER= amdmi3@FreeBSD.org |
12 |
MAINTAINER= amdmi3@FreeBSD.org |
| 14 |
COMMENT= C++ OpenGL scene graph library for real-time rendering |
13 |
COMMENT= C++ OpenGL scene graph library for real-time rendering |
| 15 |
|
14 |
|
|
|
15 |
LICENSE= OSGPL |
| 16 |
LICENSE_NAME= OpenSceneGraph Public License |
| 17 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
| 18 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
| 19 |
|
| 16 |
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ |
20 |
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ |
| 17 |
png15:${PORTSDIR}/graphics/png \ |
21 |
png15:${PORTSDIR}/graphics/png \ |
| 18 |
tiff:${PORTSDIR}/graphics/tiff |
22 |
tiff:${PORTSDIR}/graphics/tiff |