openbsd-ports/archivers/freeze/Makefile

31 lines
576 B
Makefile
Raw Normal View History

2010-10-18 12:47:00 -04:00
# $OpenBSD: Makefile,v 1.24 2010/10/18 16:47:00 espie Exp $
1997-11-14 19:04:24 -05:00
2007-09-15 06:14:32 -04:00
COMMENT= FREEZE / MELT compression program - often used in QNX
DISTNAME= freeze-2.5
1997-11-14 19:04:24 -05:00
CATEGORIES= archivers
2010-08-26 04:48:21 -04:00
MASTER_SITES= http://www.arcane-labs.net/download/OpenBSD/
1997-11-14 19:04:24 -05:00
# None
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
2010-07-11 11:57:46 -04:00
REVISION = 0
WANTLIB= c
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."
2010-10-18 12:47:00 -04:00
USE_GROFF = Yes
NO_REGRESS= Yes
1997-11-14 19:04:24 -05:00
post-configure:
${SUBST_CMD} ${WRKSRC}/Makefile \
${WRKSRC}/freeze.1 ${WRKSRC}/statist.1
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>