pkgsrc/graphics/oxygen-icons/Makefile
markd 2017d98b44 Update to KDE 4.3.3
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
2009-11-04 11:05:50 +00:00

24 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/11/04 11:05:53 markd Exp $
DISTNAME= oxygen-icons-4.3.3
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE:=4.3.3/src/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.kde.org/
COMMENT= Oxygen icon set for the KDE integrated X11 desktop
PKG_DESTDIR_SUPPORT= user-destdir
TOOLS_DEPENDS.cmake= cmake>=2.6.3:../../devel/cmake
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
.include "../../mk/bsd.pkg.mk"