24 lines
748 B
Makefile
24 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.28 2012/03/03 00:13:00 wiz Exp $
|
|
|
|
DISTNAME= leafpad-0.8.17
|
|
PKGREVISION= 9
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= http://savannah.nongnu.org/download/leafpad/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://tarot.freeshell.org/leafpad/
|
|
COMMENT= Simple and light text editor using GTK+
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= intltool msgfmt pkg-config gmake
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|