Sun May 6 17:53:22 2012 UTC ()
Set LICENSE (gnu-gpl-v2)


(dholland)
diff -r1.7 -r1.8 pkgsrc/chat/meanwhile/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/chat/meanwhile/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/meanwhile/Makefile 2012/04/15 22:00:58 1.7
+++ pkgsrc/chat/meanwhile/Makefile 2012/05/06 17:53:22 1.8
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2012/04/15 22:00:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2012/05/06 17:53:22 dholland Exp $
2# 2#
3 3
4DISTNAME= meanwhile-1.0.2 4DISTNAME= meanwhile-1.0.2
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= chat 6CATEGORIES= chat
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://meanwhile.sourceforge.net/ 10HOMEPAGE= http://meanwhile.sourceforge.net/
11COMMENT= Lotus SameTime compatible chat protocol 11COMMENT= Lotus SameTime compatible chat protocol
12 12
 13LICENSE= gnu-gpl-v2
 14
13PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
14 16
15GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 18USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
18 20
19CONFIGURE_ARGS+= --disable-doxygen 21CONFIGURE_ARGS+= --disable-doxygen
20 22
21CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build 23CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build
22 24
23PKGCONFIG_OVERRIDE+= meanwhile.pc.in 25PKGCONFIG_OVERRIDE+= meanwhile.pc.in
24 26
25.include "../../devel/glib2/buildlink3.mk" 27.include "../../devel/glib2/buildlink3.mk"