summaryrefslogtreecommitdiff
path: root/devel/libebml/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2004-04-07 11:47:46 +0000
committersalo <salo>2004-04-07 11:47:46 +0000
commit8e30ff0ec0c6a0f0c4235ba6e723482aa29b9a51 (patch)
tree18d0c0d66f030e4abe1be197d4c3e576e83f373a /devel/libebml/Makefile
parent0999bd6c1afff4c447c9d9c8978405503da3338b (diff)
downloadpkgsrc-8e30ff0ec0c6a0f0c4235ba6e723482aa29b9a51.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"