mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ea54652533
PR: ports/22330 Submitted by: Jeremy Norris <ishmael27@home.com>
29 lines
613 B
Makefile
29 lines
613 B
Makefile
# New ports collection makefile for: evas
|
|
# Date created: 24 Oct 2000
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= evas
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.sourceforge.net/enlightenment/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_FREETYPE= yes
|
|
USE_MESA= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
post-install:
|
|
strip ${PREFIX}/lib/libevas.so.0
|
|
|
|
.include <bsd.port.mk>
|