summaryrefslogtreecommitdiffstats
path: root/graphics/libecwj2/Makefile
blob: 865d486d8be9ad7de1991536677d0d40fdf5f2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: glebius@FreeBSD.org
# $FreeBSD$

PORTNAME=	libecwj2
PORTVERSION=	3.3
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	http://glebius.int.ru/tmp/403/
DISTFILES=	ecw_jpeg_2000_sdk_3_3_source.zip

MAINTAINER=	glebius@FreeBSD.org
COMMENT=	Erdas ECW and JPEG2000 support library

RESTRICTED=	Registration required to download sources,\
		but sources no longer available on ERDAS website

USES=		gmake libtool zip
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

post-extract:
	(cd ${WRKDIR} && \
		${EXTRACT_CMD} ImageCompressionSDKSourceCode3.3Setup_20070509.zip)
	${TOUCH} ${WRKSRC}/Source/NCSBuildGnu/NCSGnuConfig.h.in

.include <bsd.port.mk>
OpenPOWER on IntegriCloud