2002-05-31 10:50:35 +00:00
|
|
|
# New ports collection makefile for: xfree86_xkb_xml
|
|
|
|
# Date created: 31 May 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfree86_xkb_xml
|
2003-09-30 05:31:51 +00:00
|
|
|
PORTVERSION= 0.4
|
2010-05-31 02:01:56 +00:00
|
|
|
PORTREVISION= 5
|
2002-05-31 10:50:35 +00:00
|
|
|
CATEGORIES= x11
|
2009-08-22 00:39:37 +00:00
|
|
|
MASTER_SITES= SF/gswitchit/OldFiles
|
2002-05-31 10:50:35 +00:00
|
|
|
|
2003-09-30 05:31:51 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:36:20 +00:00
|
|
|
COMMENT= A little set of XML files useful for dealing with XKB rules
|
2002-05-31 10:50:35 +00:00
|
|
|
|
2007-01-12 09:12:57 +00:00
|
|
|
USE_ICONV= yes
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= x11
|
2002-05-31 10:50:35 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-12-01 08:46:42 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-05-31 10:50:35 +00:00
|
|
|
|
2005-06-15 02:42:14 +00:00
|
|
|
.include <bsd.port.mk>
|