freebsd-ports/graphics/epeg/Makefile

26 lines
562 B
Makefile
Raw Normal View History

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