blob: 0f45b1ea3a0cbd8db1e3b593f7130e2b01fada63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-dictionary
PORTVERSION= 3.6.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]*
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix intlhack gtk30
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.dictionary.gschema.xml
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdict-1.0.so.6
.include <bsd.port.mk>
|