openbsd-ports/textproc/gtkspell/Makefile
2005-02-21 14:47:02 +00:00

36 lines
923 B
Makefile

# $OpenBSD: Makefile,v 1.12 2005/02/21 14:47:02 alek Exp $
COMMENT= "gtk2 spelling checker"
DISTNAME= gtkspell-2.0.5
CATEGORIES= textproc x11
MASTER_SITES= ${HOMEPAGE}download/
HOMEPAGE= http://gtkspell.sourceforge.net/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= gmodule-2.0.0.0 pangoxft-1.0.0.0 glib-2.0.0.0 \
pangox-1.0.0.0 m X11 Xinerama pango-1.0.0.0 \
gobject-2.0.0.0 atk-1.0.0.0 Xft fontconfig freetype \
Xext Xrender Xcursor
USE_X11= Yes
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= aspell.15.2::textproc/aspell/core \
gdk_pixbuf-2.0.0.0,gdk-x11-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--disable-gtk-doc
.include <bsd.port.mk>