2000-01-29 06:46:08 +01:00
|
|
|
# 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
|
2000-01-29 06:46:08 +01:00
|
|
|
CATEGORIES= x11
|
2001-06-02 08:45:44 +02:00
|
|
|
MASTER_SITES= ftp://ftp.x.org/pub/unsupported/test/Xkb/programs/
|
2000-01-29 06:46:08 +01:00
|
|
|
DISTFILES= Imakefile xkbctrl.c
|
|
|
|
|
2000-08-03 16:28:33 +02:00
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
2003-02-22 14:24:09 +01:00
|
|
|
COMMENT= Display and manipulate XKB keyboard controls from the commandline
|
2000-01-29 06:46:08 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= xkbctrl
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xkbctrl
|
2000-01-29 06:46:08 +01:00
|
|
|
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
|
2000-01-29 06:46:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|