63098e2091
TEA is a powerful and simple-in-use GTK-based text editor that provides hundreds of functions. It has many features including syntax highlighting, string handling functions, open various formats, hotkeys, built-in file manager, localizations and encodings, built-in image viewer, and a lot more. This package has two options not enabled: aspell and gtksourceview.
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 04:49:08 reed Exp $
|
|
#
|
|
|
|
DISTNAME= tea-16.0.5
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/} \
|
|
http://tea.linux.kiev.ua/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://tea-editor.sourceforge.net/
|
|
#HOMEPAGE= http://tea.linux.kiev.ua/
|
|
COMMENT= Powerful, easy-to-use text editor for Gtk2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|