pkgsrc/textproc/gtkspell/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

23 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/06/02 01:16:41 jschauma Exp $
#
DISTNAME= gtkspell-2.0.2
PKGREVISION= 3
CATEGORIES= textproc devel
MASTER_SITES= http://gtkspell.sourceforge.net/download/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://gtkspell.sourceforge.net/
COMMENT= Spell checking GtkTextView widget
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/gtkspell-2.0.pc.in
.include "../../textproc/aspell/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"