pkgsrc-wip/kxmleditor/Makefile
Sergey Svishchev 4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00

20 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/10/29 11:23:10 shattered Exp $
#
DISTNAME= kxmleditor-1.0.0
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kxmleditor/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kxmleditor.sourceforge.net/
COMMENT= KDE xml editor
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= libtool
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"