Updated Makefile and buildink and added empty PLIST

This commit is contained in:
Marcin M. Jessa 2008-10-29 22:53:22 +00:00 committed by Thomas Klausner
parent 4e5b344a58
commit 5f7c0b3e85
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/10/29 22:49:17 yazzy Exp $
# $NetBSD: Makefile,v 1.4 2008/10/29 22:53:22 yazzy Exp $
#
DISTNAME= eina-0.9.0.050
@ -18,5 +18,5 @@ USE_TOOLS= gmake pkg-config automake autoconf autoheader aclocal
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
.include "../../wip/eina/buildlink3.mk"
.include "../../wip/ecore/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0
eina/PLIST Normal file
View file

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.1 2008/10/29 22:35:58 yazzy Exp $
# $NetBSD: buildlink3.mk,v 1.2 2008/10/29 22:53:22 yazzy Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
EINA_BUILDLINK3_MK:= ${EINA_BUILDLINK3_MK}+
@ -16,6 +16,6 @@ BUILDLINK_API_DEPENDS.eina+= eina>=0.9.0.050nb1
BUILDLINK_PKGSRCDIR.eina?= ../../wip/eina
.endif # EINA_BUILDLINK3_MK
.include "../../wip/eina/buildlink3.mk"
.include "../../wip/ecore/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}