21 lines
615 B
Makefile
21 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/11/02 18:00:11 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= ecore-1.0.0_pre7
|
|
PKGNAME= ecore-1.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
|
|
|
MAINTAINER= Peter.Bex@student.kun.nl
|
|
HOMEPAGE= http://www.enlightenment.org/pages/ecore.html
|
|
COMMENT= Core events/X abstraction layer for Enlightenment
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../wip/evas/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|