100196f27a
Especially now that the default line is more verbose.
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.15 2001/10/28 13:05:44 espie Exp $
|
|
|
|
COMMENT= "FREEZE / MELT compression program - often used in QNX"
|
|
|
|
DISTNAME= freeze-2.5
|
|
CATEGORIES= archivers
|
|
NEED_VERSION= 1.384
|
|
MASTER_SITES= ftp://ftp.freesoftware.com/pub/unixfreeware/archive/ \
|
|
ftp://ftp.warwick.ac.uk/pub/compression/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS} -I."
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|