summaryrefslogtreecommitdiff
path: root/devel/eina/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-05-19 17:26:28 +0000
committerminskim <minskim>2009-05-19 17:26:28 +0000
commit96cf8844f1f36147bcfe338827af9188583b74f6 (patch)
treefbd29b46e329952f76a68322a7f00d6c4fdf29c0 /devel/eina/Makefile
parent1cb7247449ec70c328bbe8c5975bebbd2a2b2fef (diff)
downloadpkgsrc-96cf8844f1f36147bcfe338827af9188583b74f6.tar.gz
Import eina from pkgsrc-wip. Packaged by yazzy at yazzy dot org, and
updated by me. Eina is a data types library that provides list, hash, etc.
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"