pkgsrc/archivers/freeze/Makefile

27 lines
618 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2014/10/09 14:05:51 wiz Exp $
1997-10-27 03:18:56 +01:00
2006-06-18 09:04:15 +02:00
DISTNAME= freeze-2.5
PKGREVISION= 3
1997-10-27 03:18:56 +01:00
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/
1997-10-27 03:18:56 +01:00
2006-06-18 09:04:15 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= FREEZE / MELT compression program - often used in QNX
1997-10-27 03:18:56 +01:00
CONFLICTS= statist-[0-9]* # bin/statist
GNU_CONFIGURE= yes
BUILD_TARGET= prog
1997-10-27 03:18:56 +01:00
# Allow "melting" freeze-1.0-format archives.
CFLAGS+= -DCOMPAT=1
2006-07-17 19:17:43 +02:00
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
2004-05-30 05:16:09 +02:00
SUBST_CLASSES+= freeze
SUBST_STAGE.freeze= post-patch
SUBST_FILES.freeze= *.1
SUBST_SED.freeze= -e 's|@PREFIX@|${PREFIX}|g'
.include "../../mk/bsd.pkg.mk"