2014-03-16 11:09:31 +01:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gtkspell3
|
2015-04-25 11:37:20 +02:00
|
|
|
PORTVERSION= 3.0.7
|
2014-03-16 11:09:31 +01:00
|
|
|
CATEGORIES= textproc gnome
|
|
|
|
MASTER_SITES= SF/gtkspell/${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GTK+ 3 spell checking component
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= vapigen:lang/vala
|
|
|
|
LIB_DEPENDS= libenchant.so:textproc/enchant
|
2014-03-16 11:09:31 +01:00
|
|
|
|
2015-04-25 11:37:20 +02:00
|
|
|
USE_GNOME= gtk30 intlhack introspection:build
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig
|
2014-03-16 11:09:31 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2015-04-25 11:37:20 +02:00
|
|
|
INSTALL_TARGEt= install-strip
|
2014-03-16 11:09:31 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|