91905feb21
Alan Coopersmith (14): 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 Variable scope reductions as recommended by cppcheck Use _CONST_X_STRING to make libXt declare String as const char * Clear -Wmissing-field-initializers warnings Fix -Wsign-compare warnings Delete HorizontalMove macro that shadows/duplicates HorizontalMove function Inline *Move & *Goto functions Use standard strrchr() instead of ancient rindex() Avoid leak of new_file if we decide not to use it Declare guesses const xditview 1.0.6
23 lines
653 B
Makefile
23 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/10/15 23:11:48 wiz Exp $
|
|
|
|
DISTNAME= xditview-1.0.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Display ditroff output on an X display
|
|
LICENSE= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|