pkgsrc/textproc/gtkspell/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

27 lines
813 B
Makefile

# $NetBSD: Makefile,v 1.30 2006/04/22 09:22:15 rillig Exp $
DISTNAME= gtkspell-2.0.11
PKGREVISION= 3
CATEGORIES= textproc devel
MASTER_SITES= http://gtkspell.sourceforge.net/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtkspell.sourceforge.net/
COMMENT= Spell checking GtkTextView widget
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in
SUBST_CLASSES+= subdir
SUBST_MESSAGE.subdir= Excluding unnecessary subdirs.
SUBST_STAGE.subdir= post-patch
SUBST_FILES.subdir= Makefile.in
SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|'
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"