2001-11-15 11:07:32 +01:00
|
|
|
# New ports collection makefile for: jasper
|
|
|
|
# Date created: 6 November 1994
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jasper
|
2004-04-02 21:04:43 +02:00
|
|
|
PORTVERSION= 1.701.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-11-15 11:07:32 +01:00
|
|
|
CATEGORIES= graphics
|
2002-09-22 12:36:11 +02:00
|
|
|
MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \
|
|
|
|
${MASTER_SITE_IMAGEMAGICK}
|
|
|
|
MASTER_SITE_SUBDIR= ImageMagick/delegates
|
2001-11-15 11:07:32 +01:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An implementation of the codec specified in the JPEG-2000 standard
|
2001-11-15 11:07:32 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
2004-04-02 21:04:43 +02:00
|
|
|
USE_GNOME= gnometarget lthack
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-11-15 11:07:32 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-02-08 14:17:57 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MASTER_SITE_IMAGEMAGICK= \
|
|
|
|
ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
|
|
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/&,}
|
2001-11-15 11:07:32 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|