62296eb321
support, extended hashing, a basic SAX XML parser and much more.
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/12/05 17:14:52 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= eina-1.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.enlightenment.org/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.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.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|