summaryrefslogtreecommitdiff
path: root/graphics/evas-software-16-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evas-software-16-x11/Makefile')
-rw-r--r--graphics/evas-software-16-x11/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/evas-software-16-x11/Makefile b/graphics/evas-software-16-x11/Makefile
deleted file mode 100644
index 5a4c2dfc6c1..00000000000
--- a/graphics/evas-software-16-x11/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2009/09/11 22:31:01 joerg Exp $
-
-PKGNAME= ${DISTNAME:S/evas/evas-software-16-x11/}
-
-COMMENT= Evas software 16-bit X11 engine
-
-EVAS_ENGINES= software-16-x11
-
-.include "../../graphics/evas/Makefile.common"
-
-BUILD_DIRS= src/modules/engines/software_16_x11
-MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${evas_engine_software_16_x11_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \
- module_la_DEPENDENCIES=
-
-INSTALLATION_DIRS+= lib/pkgconfig
-PKGCONFIG_OVERRIDE= evas-software-16-x11.pc.in
-
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/evas/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
-.include "../../x11/xproto/buildlink3.mk"
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/evas-software-16-x11.pc \
- ${DESTDIR}${PREFIX}/lib/pkgconfig
-
-.include "../../mk/bsd.pkg.mk"