34ccdea9cf
changes: -KPhotoAlbum is now capable of categorizing and showing videos -Sub-categories are now shown as hierarchies in the browser and in the annotation dialog. In the annotation dialog it is possible to put an item into a sub-category simply by dragging it in there -some UI improvements -bugfixes
29 lines
813 B
Makefile
29 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/03/13 09:53:46 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= kphotoalbum-3.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://ktown.kde.org/kphotoalbum/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ktown.kde.org/kphotoalbum/
|
|
COMMENT= Image organizer
|
|
|
|
CONFLICTS+= kimdaba-*
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= msgfmt
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/libkipi/buildlink3.mk"
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|