summaryrefslogtreecommitdiff
path: root/devel/eina/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/eina/Makefile')
-rw-r--r--devel/eina/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/eina/Makefile b/devel/eina/Makefile
new file mode 100644
index 00000000000..cacc0d8e637
--- /dev/null
+++ b/devel/eina/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/19 17:26:28 minskim Exp $
+#
+
+DISTNAME= eina-0.0.2.060
+CATEGORIES= devel
+MASTER_SITES= http://download.enlightenment.org/snapshots/2009-04-22/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= yazzy@yazzy.org
+HOMEPAGE= http://enlightenment.org/
+COMMENT= Data types library
+
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE= eina-0.pc.in
+
+.include "../../mk/bsd.pkg.mk"