92a8d94d0a
Alan Coopersmith (6): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 iceauth 1.0.9 Tobias Stoeckmann (1): Fix segmentation fault on invalid input.
19 lines
466 B
Makefile
19 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/04/03 18:52:46 wiz Exp $
|
|
|
|
DISTNAME= iceauth-1.0.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://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/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|