d81f219779
Alan Coopersmith (9): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Pass -D_CONST_X_STRING to make libXt declare String as const char * Fix -Wsign-compare warnings Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section listres 1.0.5
19 lines
440 B
Makefile
19 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/04/03 19:15:55 wiz Exp $
|
|
|
|
DISTNAME= listres-1.0.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= List resources in widgets
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|