blob: 262211f741a34f3d0895d3ee47a3f6c192cce3ae (
plain) (
tree)
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-dictionary
PORTVERSION= 3.14.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 dictionary lookup application
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
itstool:${PORTSDIR}/textproc/itstool
CONFLICTS= gnome-utils-2.[0-9]*
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack gtk30
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.dictionary.gschema.xml
.include <bsd.port.mk>
|