freebsd-ports/x11/xkbctrl/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
761 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= 1
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
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>