summaryrefslogtreecommitdiff
path: root/devel/libebml/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-04-07 11:47:46 +0000
committersalo <salo@pkgsrc.org>2004-04-07 11:47:46 +0000
commit73827ee93881a957255101624cadfd39cddb7b51 (patch)
tree18d0c0d66f030e4abe1be197d4c3e576e83f373a /devel/libebml/Makefile
parentc1b5020ad05ad9497946a942d44b1edc28e5c6a8 (diff)
downloadpkgsrc-73827ee93881a957255101624cadfd39cddb7b51.tar.gz
Resolve conflicts, switch to bl3. (sorry for the mess..)
Diffstat (limited to 'devel/libebml/Makefile')
-rw-r--r--devel/libebml/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index ceec028c123..d0f65b24812 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.3 2004/02/04 03:02:51 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/07 11:47:46 salo Exp $
#
-DISTNAME= libebml-0.6.3
+DISTNAME= libebml-0.6.5
CATEGORIES= devel
-MASTER_SITES= http://matroska.free.fr/downloads/libebml/
+MASTER_SITES= http://dl.matroska.org/downloads/libebml/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://matroska.sourceforge.net/
-COMMENT= Libraries for the EBML (Extensible Binary Meta Language) format
+HOMEPAGE= http://www.sourceforge.net/projects/ebml/
+COMMENT= Extensible Binary Meta Language support library
-BUILD_DIRS= ${WRKSRC}/make/linux
-USE_BUILDLINK2= YES
-USE_GNU_TOOLS+= make
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+
+NO_CONFIGURE= yes
+MAKEFLAGS+= prefix="${PREFIX}"
+BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux
.include "../../mk/bsd.pkg.mk"