freebsd-ports/graphics/epeg/Makefile
2006-04-01 17:28:11 +00:00

26 lines
571 B
Makefile

# New ports collection makefile for: epeg
# Date created: 05/09/2005
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= epeg
PORTVERSION= 0.9.0.007
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= An IMMENSELY FAST JPEG thumbnailer library API
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget
USE_GETOPT_LONG= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>