2013-09-20 20:35:44 +02:00
|
|
|
# Created by: vanilla
|
2004-08-08 18:50:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= epeg
|
2008-03-11 22:13:53 +01:00
|
|
|
PORTVERSION= 0.9.1.042
|
2014-07-24 00:30:14 +02:00
|
|
|
PORTREVISION= 3
|
2008-03-11 22:13:53 +01:00
|
|
|
PORTEPOCH= 2
|
2004-08-08 18:50:01 +02:00
|
|
|
CATEGORIES= graphics
|
2008-03-11 22:13:53 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
|
|
|
|
http://download.enlightenment.org/snapshots/2008-01-25/
|
2004-08-08 18:50:01 +02:00
|
|
|
|
2011-10-26 07:54:00 +02:00
|
|
|
MAINTAINER= bf@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Immensely fast JPEG thumbnailing library
|
2004-08-08 18:50:01 +02:00
|
|
|
|
2014-07-14 01:23:25 +02:00
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
2004-08-08 18:50:01 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-24 00:30:14 +02:00
|
|
|
USES= libtool pathfix tar:bzip2
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2004-08-08 18:50:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|