1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Compile with -DCOMPAT for Freeze 1.0 compatibility (not usually used, but why not giving the

opportunity to the end-user?)
- Install README if NOPORTDOCS unset
- Bump PORTREVISION
- Take maintainership

PR:		103104
Submitted by:	Gabor Kovesdan <gabor@FreeBSD.org>
This commit is contained in:
Erwin Lansing 2006-09-10 17:59:08 +00:00
parent eefb9f7f3b
commit 6f82c758e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172719

View File

@ -7,17 +7,24 @@
PORTNAME= freeze
PORTVERSION= 2.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Compression program - often used in QNX
GNU_CONFIGURE= yes
ALL_TARGET= prog
MAKE_ARGS+= CFLAGS="${CFLAGS} -I." CC="${CC}"
MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -DCOMPAT" CC="${CC}"
MAN1= freeze.1 melt.1 unfreeze.1 fcat.1 statist.1
PLIST_FILES= bin/fcat bin/freeze bin/melt bin/statist bin/unfreeze
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>