b18c8051f2
Alan Coopersmith (5): Update README for gitlab migration Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Build xz tarballs instead of bzip2 xwud 1.0.6 scrouthtv (1): Added case for window_name_size == 0
19 lines
481 B
Makefile
19 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/07/11 19:43:40 wiz Exp $
|
|
|
|
DISTNAME= xwud-1.0.6
|
|
CATEGORIES= x11 graphics
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Display XWD X Window Dump image file
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|