pkgsrc/archivers/freeze/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

26 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.28 2019/05/23 19:22:54 rillig Exp $
DISTNAME= freeze-2.5
PKGREVISION= 3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= FREEZE / MELT compression program - often used in QNX
CONFLICTS= statist-[0-9]* # bin/statist
GNU_CONFIGURE= yes
BUILD_TARGET= prog
# Allow "melting" freeze-1.0-format archives.
CFLAGS+= -DCOMPAT=1
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
SUBST_CLASSES+= freeze
SUBST_STAGE.freeze= pre-configure
SUBST_FILES.freeze= *.1
SUBST_VARS.freeze= PREFIX
.include "../../mk/bsd.pkg.mk"