2013-09-20 18:35:44 +00:00
|
|
|
# Created by: vanilla
|
2004-08-08 16:50:01 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= epeg
|
2008-03-11 21:13:53 +00:00
|
|
|
PORTVERSION= 0.9.1.042
|
2010-02-05 11:46:55 +00:00
|
|
|
PORTREVISION= 2
|
2008-03-11 21:13:53 +00:00
|
|
|
PORTEPOCH= 2
|
2004-08-08 16:50:01 +00:00
|
|
|
CATEGORIES= graphics
|
2008-03-11 21:13:53 +00:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
|
|
|
|
http://download.enlightenment.org/snapshots/2008-01-25/
|
2004-08-08 16:50:01 +00:00
|
|
|
|
2011-10-26 05:54:00 +00:00
|
|
|
MAINTAINER= bf@FreeBSD.org
|
2008-03-11 21:13:53 +00:00
|
|
|
COMMENT= An immensely fast JPEG thumbnailing library
|
2004-08-08 16:50:01 +00:00
|
|
|
|
2012-06-29 01:06:07 +00:00
|
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
2004-08-08 16:50:01 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_BZIP2= yes
|
2013-03-19 13:04:30 +00:00
|
|
|
USES= pathfix
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2004-08-08 16:50:01 +00:00
|
|
|
|
2013-09-20 18:35:44 +00:00
|
|
|
NO_STAGE= yes
|
2004-08-08 16:50:01 +00:00
|
|
|
.include <bsd.port.mk>
|