9fc218a639
Approved by: portmgr (pav)
36 lines
835 B
Makefile
36 lines
835 B
Makefile
# New ports collection makefile for: XKeyWrap
|
|
# Date created: 7 January 2000
|
|
# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xkeywrap
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= Record, repeat, and play key sequence from keyboard
|
|
|
|
MAKE_ENV= X11BASE=${LOCALBASE}
|
|
USE_XORG= x11 xt
|
|
MAN1= xkeywrap.1
|
|
MANCOMPRESSED= yes
|
|
|
|
PORTDOCS= README demo.dat xkeywrap_demo.c
|
|
|
|
PLIST_FILES= bin/xkeywrap
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${PREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for docs in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|