17 lines
391 B
Makefile
17 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/02/16 11:20:55 wiz Exp $
|
|
#
|
|
|
|
.include "../../editors/gedit3/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/gedit/gedit3-spell/}
|
|
PKGREVISION= 1
|
|
|
|
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"
|