mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
28 lines
605 B
Makefile
28 lines
605 B
Makefile
# New ports collection makefile for: xfree86_xkb_xml
|
|
# Date created: 31 May 2002
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfree86_xkb_xml
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/gswitchit/OldFiles
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A little set of XML files useful for dealing with XKB rules
|
|
|
|
USE_ICONV= yes
|
|
USE_GETTEXT= yes
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5_BUILD=yes
|
|
CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|