2013-09-20 20:35:44 +02:00
|
|
|
# Created by: glebius@FreeBSD.org
|
2010-08-03 12:26:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libecwj2
|
|
|
|
PORTVERSION= 3.3
|
2014-08-24 23:07:47 +02:00
|
|
|
PORTREVISION= 2
|
2010-08-03 12:26:57 +02:00
|
|
|
CATEGORIES= graphics
|
2011-01-24 00:52:49 +01:00
|
|
|
MASTER_SITES= http://glebius.int.ru/tmp/403/
|
2010-08-03 12:26:57 +02:00
|
|
|
DISTFILES= ecw_jpeg_2000_sdk_3_3_source.zip
|
|
|
|
|
|
|
|
MAINTAINER= glebius@FreeBSD.org
|
|
|
|
COMMENT= Erdas ECW and JPEG2000 support library
|
|
|
|
|
2014-03-15 03:44:38 +01:00
|
|
|
RESTRICTED= Registration required to download sources,\
|
2011-01-24 00:52:49 +01:00
|
|
|
but sources no longer available on ERDAS website
|
2010-08-03 12:26:57 +02:00
|
|
|
|
2014-08-24 23:07:47 +02:00
|
|
|
USES= gmake libtool zip
|
2010-08-03 12:26:57 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2014-08-24 23:07:47 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2011-02-03 18:53:58 +01:00
|
|
|
|
2010-08-03 12:26:57 +02:00
|
|
|
post-extract:
|
2014-08-24 23:07:47 +02:00
|
|
|
(cd ${WRKDIR} && \
|
|
|
|
${EXTRACT_CMD} ImageCompressionSDKSourceCode3.3Setup_20070509.zip)
|
|
|
|
${TOUCH} ${WRKSRC}/Source/NCSBuildGnu/NCSGnuConfig.h.in
|
2010-08-03 12:26:57 +02:00
|
|
|
|
2014-03-10 15:49:26 +01:00
|
|
|
.include <bsd.port.mk>
|