openbsd-ports/archivers/freeze/Makefile

21 lines
490 B
Makefile
Raw Normal View History

2002-12-29 10:15:18 -05:00
# $OpenBSD: Makefile,v 1.16 2002/12/29 15:15:18 fgsch Exp $
1997-11-14 19:04:24 -05:00
COMMENT= "FREEZE / MELT compression program - often used in QNX"
DISTNAME= freeze-2.5
1997-11-14 19:04:24 -05:00
CATEGORIES= archivers
2000-03-26 16:27:19 -05:00
MASTER_SITES= ftp://ftp.freesoftware.com/pub/unixfreeware/archive/ \
1999-09-24 09:04:45 -04:00
ftp://ftp.warwick.ac.uk/pub/compression/
1997-11-14 19:04:24 -05:00
2000-03-26 16:27:19 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:41:07 -05:00
CONFIGURE_STYLE= gnu dest
2000-03-26 16:27:19 -05:00
MAKE_FLAGS= CFLAGS="${CFLAGS} -I."
NO_REGRESS= Yes
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>