opnsense-ports/graphics/libecwj2/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
676 B
Makefile

# 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>