17 lines
408 B
Makefile
17 lines
408 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/07/21 21:16:10 salo Exp $
|
|
|
|
DISTNAME= x2x-1.27
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.digital.com/pub/Digital/SRC/x2x/ \
|
|
ftp://ftp.digital.de/Digital/SRC/x2x/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= One keyboard and mouse to control multiple X displays
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-configure:
|
|
(cd ${WRKSRC}; ${LN} -s x2x.1 x2x.man)
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|