390511e5bf
Fix PLIST issue on Linux and other OSes, tested on NetBSD-5.1 and Linux. Oked by wiz@
27 lines
772 B
Makefile
27 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/05/09 13:06:29 cheusov Exp $
|
|
#
|
|
|
|
COMMENT= Enlightened Canvas Library
|
|
PKGREVISION= 2
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-font-loader-eet
|
|
CONFIGURE_ENV+= EET_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.eet}/lib -L${BUILDLINK_PREFIX.eet}/lib -leet"
|
|
|
|
PKGCONFIG_OVERRIDE= evas.pc.in
|
|
|
|
INSTALLATION_DIRS= lib/evas/modules/loaders lib/evas/modules/savers
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_SRC+= PLIST
|
|
.if ${OPSYS} != "NetBSD" && ${OPSYS} != "OpenBSD" && ${OPSYS} != "MirBSD"
|
|
PLIST_SRC+= PLIST.cserve
|
|
.endif
|
|
|
|
.include "../../devel/eet/buildlink3.mk"
|
|
.include "../../devel/eina/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|