pkgsrc-wip/xhkeys1/Makefile
Aleksej Saushev b011ad6772 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 20:11:06 +00:00

21 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/07 20:11:09 asau Exp $
#
DISTNAME= xhkeys-1.0.2
CATEGORIES= x11
MASTER_SITES= http://wmalms.tripod.com/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wmalms.tripod.com/
COMMENT= Tool for special keyboards
USE_TOOLS+= gmake
USE_LANGUAGES+= c
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin
INSTALL_MAKE_FLAGS= BINDIR=${DESTDIR}${PREFIX}/bin
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"