freebsd-ports/textproc/gspell/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

37 lines
810 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= gspell
PORTVERSION= 1.8.1
CATEGORIES= textproc
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Spell checking for GTK+
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala \
iso-codes>=3.57:misc/iso-codes
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libfribidi.so:converters/fribidi
PORTSCOUT= limitw:even
USES= gmake iconv libtool pathfix pkgconfig tar:xz
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build \
libxml2 pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
OPTIONS_DEFINE= NLS
NLS_USES= gettext-tools
NLS_CONFIGURE_ENABLE= nls
OPTIONS_SUB= yes
.include <bsd.port.mk>