2004-08-08 18:50:01 +02:00
|
|
|
# New ports collection makefile for: epeg
|
2005-06-01 16:03:51 +02:00
|
|
|
# Date created: 05/09/2005
|
|
|
|
# Whom: 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
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2008-03-11 22:13:53 +01:00
|
|
|
COMMENT= An immensely fast JPEG thumbnailing library
|
2004-08-08 18:50:01 +02:00
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
2004-08-08 18:50:01 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_BZIP2= yes
|
2004-08-10 17:50:54 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-08 18:50:01 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-06-01 16:03:51 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2004-08-08 18:50:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|