freebsd-ports/x11/xkbctrl/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

35 lines
783 B
Makefile

# New ports collection makefile for: xkbctrl
# Date created: 9 January 2000
# Whom: Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#
PORTNAME= xkbctrl
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG}
MASTER_SITE_SUBDIR= unsupported/test/Xkb/programs
DISTFILES= Imakefile xkbctrl.c
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Display and manipulate XKB keyboard controls from the commandline
DIST_SUBDIR= xkbctrl
PLIST_FILES= bin/xkbctrl
USE_IMAKE= yes
USE_XORG= x11 xkbfile
NO_WRKSUBDIR= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@for _file in ${DISTFILES}; do \
${CP} ${DISTDIR}/${DIST_SUBDIR}/$${_file} ${WRKSRC}; \
done
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>