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
|
2005-08-01 18:23:22 +02:00
|
|
|
PORTVERSION= 0.9.0.004
|
2004-08-08 18:50:01 +02:00
|
|
|
CATEGORIES= graphics
|
2005-06-01 16:03:51 +02:00
|
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
2004-08-08 18:50:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2005-06-01 16:03:51 +02:00
|
|
|
COMMENT= An IMMENSELY FAST JPEG thumbnailer library API
|
2004-08-08 18:50:01 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-08-10 17:50:54 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2005-11-15 08:36:41 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
2004-08-08 18:50:01 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
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>
|