summaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r--x11/libgnomekbd/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
deleted file mode 100644
index 79fd8e28e..000000000
--- a/x11/libgnomekbd/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: libgnomekbd
-# Date created: 2006-11-07
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/libgnomekbd/Makefile,v 1.18 2008/03/19 00:00:17 marcus Exp $
-#
-
-PORTNAME= libgnomekbd
-PORTVERSION= 2.22.0
-PORTREVISION= 1
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME keyboard shared library
-
-LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-
-USE_BZIP2= yes
-USE_GNOME= libgnomeui gnometarget gnomeprefix gnomehack ltverhack
-USE_AUTOTOOLS= libtool:15
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-Werror||g'
-
-.include <bsd.port.mk>