summaryrefslogtreecommitdiffstats
path: root/x11/libxklavier/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-03 06:10:03 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-03 06:10:03 +0800
commit77f952677af06b2cc7450e556de5e6b6473d2195 (patch)
tree122807e3c192297fe0f91bffa6d76c2c9531110c /x11/libxklavier/Makefile
parentd08e31f6f4e4974f85bf9fd37987932a2843e8c2 (diff)
downloadmarcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.tar
marcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.tar.gz
marcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.tar.bz2
marcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.tar.lz
marcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.tar.xz
marcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.tar.zst
marcuscom-ports-77f952677af06b2cc7450e556de5e6b6473d2195.zip
Remove libxklavier now that it has been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libxklavier/Makefile')
-rw-r--r--x11/libxklavier/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
deleted file mode 100644
index 1f313d11e..000000000
--- a/x11/libxklavier/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: libxklavier
-# Date created: 11 May 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libxklavier
-PORTVERSION= 0.71
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gswitchit
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An utility library to make XKB stuff easier
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_GNOME= gnometarget gnomehack libxml2
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --disable-doxygen
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-.include <bsd.port.mk>