353c969896
- add some of them to `enlightenment' virtual category PR: 166814 Submitted by: Grzegorz Blach <magik at roorback dot net>
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: evas-engine-xrender
|
|
# Date created: 15 September 2007
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= engine-xrender
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= graphics enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/releases/ \
|
|
http://files.roorback.net/e17/2011-05-25/base/
|
|
PKGNAMEPREFIX= evas-
|
|
DISTNAME= evas-${DISTVERSION}
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= A hardware accelerated canvas API (XRender engine)
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
LICENSE= BSD
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_EFL= evas librt_hack libtool_hack
|
|
USE_XORG= x11 xrender xext
|
|
BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/xrender_x11
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
.include "../evas-core/Makefile.inc"
|
|
CONFIGURE_ARGS+= --enable-xrender-x11
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E \
|
|
-e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \
|
|
-e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \
|
|
${BUILD_WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/evas-xrender-x11.pc \
|
|
${PREFIX}/libdata/pkgconfig/
|
|
|
|
.include <bsd.port.mk>
|