diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-27 04:58:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-27 04:58:24 +0800 |
commit | fcd7e2308a2849e9843486e957faabe3e152e962 (patch) | |
tree | f3742768a7c4d3fbb93e5c6242f38c33d8abaddf /x11/libgnomekbd/Makefile | |
parent | 13ff2d929575fcf18baadb22fdd4889d4ce67fba (diff) | |
download | marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.tar marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.tar.gz marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.tar.bz2 marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.tar.lz marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.tar.xz marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.tar.zst marcuscom-ports-fcd7e2308a2849e9843486e957faabe3e152e962.zip |
Move libgnomekbd 2.91 to its own versioned directory, add bsd.gnome.mk entry.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14961 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r-- | x11/libgnomekbd/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile deleted file mode 100644 index 4b0babe08..000000000 --- a/x11/libgnomekbd/Makefile +++ /dev/null @@ -1,37 +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.48 2010/09/28 08:01:11 kwm Exp $ -# - -PORTNAME= libgnomekbd -PORTVERSION= 2.91.4 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME keyboard shared library - -LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier - -LATEST_LINK= libgnomekbd3 - -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> |