pkgsrc-wip/godura/Makefile
Jeremy C. Reed bde75477f4 Import new package: godura.
Simple GTK2-based notepad text editor with file saving, copy and paste,
search, replace, undo and redo.

My TODO has:
make it an option for RPM spec files feature
I don't want it by default.

run this with efence to test

maybe add regex to find/replace
2006-06-22 02:20:57 +00:00

17 lines
430 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/06/22 02:20:57 jeremy-c-reed Exp $
#
DISTNAME= godura-0.6.2
CATEGORIES= editors
MASTER_SITES= http://www.mindspring.com/~joeja/ftp/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://home.earthlink.net/~joseph-ja/programs.html
COMMENT= Simple GTK2-based notepad text editor
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"