freebsd-ports/x11/xkbctrl/Makefile

33 lines
724 B
Makefile
Raw Normal View History

# New ports collection makefile for: xkbctrl
# Date created: 9 January 2000
# Whom: Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= xkbctrl
2001-02-05 17:18:54 +01:00
PORTVERSION= 1.0
CATEGORIES= x11
2001-06-02 08:45:44 +02:00
MASTER_SITES= ftp://ftp.x.org/pub/unsupported/test/Xkb/programs/
DISTFILES= Imakefile xkbctrl.c
MAINTAINER= sanpei@FreeBSD.org
2003-02-22 14:24:09 +01:00
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:
2000-04-17 01:26:18 +02:00
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>