23 lines
628 B
Makefile
23 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/02/03 14:25:45 shindenmorr Exp $
|
|
#
|
|
|
|
DISTNAME= katapult-0.3.2.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= local
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=katapult/}
|
|
|
|
MAINTAINER= shinden@linux.pl
|
|
HOMEPAGE= http://katapult.kde.org/
|
|
COMMENT= Allow faster access to applications, bookmarks, and other items
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|