opnsense-ports/textproc/gtkspell3/Makefile
Franco Fichtner bb3880bb77 */*: sync with upstream
Taken from: HardenedBSD
2018-03-27 04:30:24 +02:00

24 lines
597 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkspell3
PORTVERSION= 3.0.8
CATEGORIES= textproc gnome
MASTER_SITES= SF/gtkspell/${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK+ 3 spell checking component
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libenchant.so:textproc/enchant
USE_GNOME= gtk30 intlhack introspection:build
USES= gettext gmake localbase libtool pathfix pkgconfig
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>