c34524ef28
Alan Coopersmith (7): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Add -version option to print program version Print which option was in error along with usage message Avoid null pointer use if malloc() fails Remove unneeded casts on malloc, realloc, and free calls xmodmap 1.0.9
17 lines
382 B
Makefile
17 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/04/17 07:15:15 wiz Exp $
|
|
|
|
DISTNAME= xmodmap-1.0.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X modmap program
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|