422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# New ports collection makefile for: evas-engine-buffer
|
|
# Date created: 15 September 2007
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= engine-buffer
|
|
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= ports@FreeBSD.org
|
|
COMMENT= A hardware accelerated canvas API (buffer 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
|
|
BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/buffer
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
.include "../evas-core/Makefile.inc"
|
|
CONFIGURE_ARGS+= --enable-buffer
|
|
|
|
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-software-buffer.pc \
|
|
${PREFIX}/libdata/pkgconfig/
|
|
|
|
.include <bsd.port.mk>
|