blob: 1a9070fe281f4160bb36f7379cd5decdbfe53d9b (
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
37
38
39
40
|
# New ports collection makefile for: libgnomekbd
# Date created: 2006-11-07
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11/libgnomekbd3/Makefile,v 1.7 2011/04/06 06:30:58 kwm Exp $
#
PORTNAME= libgnomekbd
PORTVERSION= 3.0.0.1
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME keyboard shared library
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
LATEST_LINK= libgnomekbd3
CONFLICTS= libgnomekbd-2.[0-9]*
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack ltverhack intltool gtk30
USE_AUTOTOOLS= libtool
USE_XORG= ice
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GLIB_SCHEMAS= org.gnome.libgnomekbd.desktop.gschema.xml \
org.gnome.libgnomekbd.gschema.xml \
org.gnome.libgnomekbd.keyboard.gschema.xml
.include <bsd.port.mk>
|