3fd27a0970
This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and other janitorial cleanups. Alan Coopersmith (10): Actually print command list in usage message Fix "noexistent" typo in error message Add -V flag to print version Print which option was in error along with usage message Free old argv array if realloc fails to enlarge it More constification cleanup config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 iceauth 1.0.7
19 lines
462 B
Makefile
19 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/01/17 09:11:55 wiz Exp $
|
|
|
|
DISTNAME= iceauth-1.0.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= ICE protocol utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libICE/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|