mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
69d24a727d
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
38 lines
813 B
Makefile
38 lines
813 B
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= gspell
|
|
PORTVERSION= 1.9.1
|
|
PORTREVISION= 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
|
|
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
|
|
libfribidi.so:converters/fribidi \
|
|
libicudata.so:devel/icu
|
|
|
|
PORTSCOUT= limitw:even
|
|
|
|
USES= gmake gnome 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>
|