Add gedit3-spell - the spell checking plugin for gedit3
This commit is contained in:
parent
9151d9f414
commit
c18681322d
4 changed files with 22 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.154 2012/08/31 19:52:18 prlw1 Exp $
|
||||
# $NetBSD: Makefile,v 1.155 2012/08/31 19:55:21 prlw1 Exp $
|
||||
#
|
||||
|
||||
COMMENT= Editors
|
||||
|
@ -42,6 +42,7 @@ SUBDIR+= gconf-editor
|
|||
SUBDIR+= gedit
|
||||
SUBDIR+= gedit-python
|
||||
SUBDIR+= gedit3
|
||||
SUBDIR+= gedit3-spell
|
||||
SUBDIR+= ghex
|
||||
SUBDIR+= gice
|
||||
SUBDIR+= gnuserv
|
||||
|
|
1
editors/gedit3-spell/DESCR
Normal file
1
editors/gedit3-spell/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Spell-check plugin for gedit, the GNOME 3 editor.
|
16
editors/gedit3-spell/Makefile
Normal file
16
editors/gedit3-spell/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/08/31 19:55:21 prlw1 Exp $
|
||||
#
|
||||
|
||||
.include "../../editors/gedit3/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/gedit/gedit3-spell/}
|
||||
|
||||
COMMENT= Spell-check plugin for gedit
|
||||
|
||||
BUILD_DIRS= plugins/spell
|
||||
INSTALL_DIRS= plugins/spell
|
||||
|
||||
.include "../../textproc/enchant/buildlink3.mk"
|
||||
.include "../../textproc/iso-codes/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
editors/gedit3-spell/PLIST
Normal file
3
editors/gedit3-spell/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/08/31 19:55:21 prlw1 Exp $
|
||||
lib/gedit/plugins/libspell.la
|
||||
lib/gedit/plugins/spell.plugin
|
Loading…
Reference in a new issue