mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
27 lines
645 B
Makefile
27 lines
645 B
Makefile
# New ports collection makefile for: epsilon
|
|
# Date created: 05/09/2005
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epsilon
|
|
PORTVERSION= 0.3.0.006
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= A small, display independent, and quick thumbnailing library
|
|
|
|
LIB_DEPENDS= epeg.9:${PORTSDIR}/graphics/epeg \
|
|
edje.5:${PORTSDIR}/graphics/edje
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack gnometarget
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|