Fri May 13 21:04:15 2011 UTC ()
Update HOMEPAGE


(markd)
diff -r1.9 -r1.10 pkgsrc/misc/attica/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/misc/attica/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/attica/Makefile 2011/04/22 13:42:36 1.9
+++ pkgsrc/misc/attica/Makefile 2011/05/13 21:04:15 1.10
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.9 2011/04/22 13:42:36 obache Exp $ 1# $NetBSD: Makefile,v 1.10 2011/05/13 21:04:15 markd Exp $
2 2
3DISTNAME= attica-0.2.0 3DISTNAME= attica-0.2.0
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= ${MASTER_SITE_KDE:=attica/} 6MASTER_SITES= ${MASTER_SITE_KDE:=attica/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= markd@NetBSD.org 9MAINTAINER= markd@NetBSD.org
10HOMEPAGE= http://www.kde.org 10HOMEPAGE= http://projects.kde.org/projects/kdesupport/attica
11COMMENT= Qt library that implements the Open Collaboration Services API 11COMMENT= Qt library that implements the Open Collaboration Services API
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16# BUILD_MAKE_FLAGS+= VERBOSE=1 16# BUILD_MAKE_FLAGS+= VERBOSE=1
17 17
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20USE_CMAKE= yes 20USE_CMAKE= yes
21CMAKE_ARG_PATH= .. 21CMAKE_ARG_PATH= ..
22CONFIGURE_DIRS= _build 22CONFIGURE_DIRS= _build
23 23