1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11/gswitchit/Makefile
Joe Marcus Clarke a37ce0a137 Don't crash when checking when checking input.
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-06-16 04:39:21 +00:00

29 lines
737 B
Makefile

# Ports collection Makefile for: gswitchit
# Date created: 15 May 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gswitchit
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gswitchit
MAINTAINER= gnome@FreeBSD.org
COMMENT= A simple keyboard state indicator and switcher for GNOME Desktop
LIB_DEPENDS= xklavier.6:${PORTSDIR}/x11/libxklavier
RUN_DEPENDS= ${X11BASE}/lib/X11/xkb/rules/xfree86.xml:${PORTSDIR}/x11/XFree86-4-clients
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomepanel
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>