3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
858 B
Makefile
32 lines
858 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= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Record, repeat, and play key sequence from keyboard
|
|
|
|
USE_XORG= x11 xt
|
|
MAN1= xkeywrap.1
|
|
MANCOMPRESSED= yes
|
|
PORTSDOCDIR= ${PREFIX}/share/doc/xkeywrap
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${PREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PORTSDOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PORTSDOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/demo.dat ${PORTSDOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/xkeywrap_demo.c ${PORTSDOCDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|