2004-06-06 01:31:38 +02:00
|
|
|
# $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
|
2004-06-06 01:31:38 +02:00
|
|
|
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
|
2001-02-16 14:15:24 +01:00
|
|
|
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
|
2002-08-25 23:48:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= prog
|
1997-10-27 03:18:56 +01:00
|
|
|
|
2003-10-06 09:23:55 +02:00
|
|
|
# Allow "melting" freeze-1.0-format archives.
|
|
|
|
CFLAGS+= -DCOMPAT=1
|
|
|
|
|
2004-05-30 05:16:09 +02:00
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
|
2001-09-14 20:47:16 +02:00
|
|
|
post-patch:
|
|
|
|
cd ${WRKSRC}; for file in *.1; do \
|
|
|
|
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
|
|
|
|
$${file} > $${file}.fixed; \
|
|
|
|
${MV} -f $${file}.fixed $${file}; \
|
|
|
|
done
|
|
|
|
|
1998-04-15 12:38:06 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|