Fri May 6 04:34:50 2011 UTC ()
MASTER_SITES <=> HOMEPAGE.


(obache)
diff -r1.2 -r1.3 pkgsrc/net/zeromq/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/net/zeromq/Makefile (expand / switch to unified diff)

--- pkgsrc/net/zeromq/Makefile 2011/05/06 04:13:09 1.2
+++ pkgsrc/net/zeromq/Makefile 2011/05/06 04:34:50 1.3
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.2 2011/05/06 04:13:09 obache Exp $ 1# $NetBSD: Makefile,v 1.3 2011/05/06 04:34:50 obache Exp $
2# 2#
3 3
4DISTNAME= zeromq-2.0.11 4DISTNAME= zeromq-2.0.11
5CATEGORIES= net devel 5CATEGORIES= net devel
6MASTER_SITES= http://www.zeromq.org/ 6MASTER_SITES= http://download.zeromq.org/
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://download.zeromq.org/ 9HOMEPAGE= http://www.zeromq.org/
10COMMENT= The ZeroMQ messaging library 10COMMENT= The ZeroMQ messaging library
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19 19
20PKGCONFIG_OVERRIDE+= src/libzmq.pc.in 20PKGCONFIG_OVERRIDE+= src/libzmq.pc.in
21 21
22.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"