pkgsrc/archivers/freeze/Makefile

30 lines
691 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2004/06/05 23:31:38 recht Exp $
1997-10-27 03:18:56 +01:00
DISTNAME= freeze-2.5
PKGREVISION= 2
1997-10-27 03:18:56 +01:00
CATEGORIES= archivers
1999-05-22 23:29:13 +02:00
MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/
1997-10-27 03:18:56 +01:00
2003-07-17 23:21:03 +02:00
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= FREEZE / MELT compression program - often used in QNX
1997-10-27 03:18:56 +01:00
2004-05-30 05:16:09 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
2004-03-11 19:03:49 +01:00
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
ALL_TARGET= prog
1997-10-27 03:18:56 +01:00
# Allow "melting" freeze-1.0-format archives.
CFLAGS+= -DCOMPAT=1
2004-05-30 05:16:09 +02:00
INSTALLATION_DIRS= bin man/man1
post-patch:
cd ${WRKSRC}; for file in *.1; do \
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
$${file} > $${file}.fixed; \
${MV} -f $${file}.fixed $${file}; \
done
.include "../../mk/bsd.pkg.mk"