- build fixes for Gtk+ 3; - the ability to insert the contents of files into the current buffer; - miscellaneous cleanup.
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/14 20:25:20 khorben Exp $
|
|
|
|
DISTNAME= Editor-0.2.1
|
|
PKGNAME= deforaos-editor-0.2.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.defora.org/os/download/download/3702/
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= http://www.defora.org/
|
|
COMMENT= DeforaOS desktop text editor
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_TOOLS+= xgettext
|
|
|
|
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../wip/deforaos-libdesktop/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|