pkgsrc/x11/xworld/Makefile
rillig c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00

28 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.23 2019/05/23 19:23:24 rillig Exp $
#
DISTNAME= xworld-2.0
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.Uni-Koeln.DE/misc/
MAINTAINER= wennmach@NetBSD.org
COMMENT= Earth as seen from the direction of the sun
HAS_CONFIGURE= yes
USE_TOOLS+= csh
CONFIG_SHELL= ${CSH}
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_ENV+= LDLIBS=-lm\ ${LDFLAGS:Q}\ -lX11
CONFIGURE_ENV+= CAT=${CAT:Q} STRIP=strip INCLUDES="" MORELIBS=""
SUBST_CLASSES+= x11
SUBST_MESSAGE.x11= Fixing x11 options.
SUBST_STAGE.x11= pre-configure
SUBST_FILES.x11= defaults/NetBSD/set.csh
SUBST_FILES.x11+= defaults/Solaris/set.csh
SUBST_VARS.x11= X11BASE
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"