blob: 4e2314b0b50d39e989d1880bcac4d2351be6514b (
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
34
35
36
|
# New ports collection makefile for: gnomeutils2
# Date created: 06 May 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.156 2011/12/06 13:43:48 kwm Exp $
#
PORTNAME= gnome-dictionary
PORTVERSION= 3.4.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
CONFLICTS= gnome-utils-2.[0-9]*
USE_XZ= yes
USE_GETTEXT= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gtk30
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gnome-dictionary.1
GLIB_SCHEMAS= org.gnome.dictionary.gschema.xml
.include <bsd.port.mk>
|