freebsd-ports/textproc/gtkspell3/Makefile
Koop Mast f9fc8c4295 Update gtkspell3 to 3.0.10.
* add license
* pet portlint
* Make sure iso-codes is available during package build so the package gets
  configured correctly. [1]

PR:		228091 [1]
Reported by:	Yuichiro NAITO <naito.yuichiro@gmail.com> [1]
2018-10-07 20:01:47 +00:00

30 lines
787 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkspell3
PORTVERSION= 3.0.10
CATEGORIES= textproc gnome
MASTER_SITES= SF/gtkspell/${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK+ 3 spell checking component
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vapigen:lang/vala \
iso-codes>0:misc/iso-codes
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libfribidi.so:converters/fribidi
RUN_DEPENDS= iso-codes>0:misc/iso-codes
USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>