blob: 8eaa8bb94fbf4dd9b6db6fc1777ef4f681d62efc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: esmart
# Date created: 05/09/2005
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= esmart
PORTVERSION= 0.9.0.005
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Evas smart objects development libraries
LIB_DEPENDS= epsilon.0:${PORTSDIR}/graphics/epsilon
USE_X_PREFIX= yes
USE_AUTOTOOLS= libltdl:15 libtool:15
USE_GNOME= gnomehack pkgconfig gnometarget
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>
|