1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/libecwj2/Makefile
Dmitry Marakasov 883dfd6226 - Update RESTRICTED comment for graphics/libecwj2
Submitted by:	glebius via private email
2014-03-15 02:44:38 +00:00

31 lines
710 B
Makefile

# Created by: glebius@FreeBSD.org
# $FreeBSD$
PORTNAME= libecwj2
PORTVERSION= 3.3
PORTREVISION= 1
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
USE_AUTOTOOLS= libtool autoconf
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= gmake zip:infozip
post-extract:
cd ${WRKDIR} && \
${EXTRACT_CMD} ImageCompressionSDKSourceCode3.3Setup_20070509.zip
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure.in
.include <bsd.port.mk>