openbsd-ports/archivers/freeze/Makefile
2022-03-11 18:16:02 +00:00

29 lines
561 B
Makefile

COMMENT= FREEZE / MELT compression program - often used in QNX
DISTNAME= freeze-2.5
CATEGORIES= archivers
MASTER_SITES= http://www.arcane-labs.net/download/OpenBSD/
# None
PERMIT_PACKAGE= No
PERMIT_DISTFILES= No
REVISION = 2
WANTLIB= c
CONFIGURE_STYLE= gnu dest
MAKE_FLAGS= CFLAGS="${CFLAGS} -I."
NO_TEST= Yes
# melt(1) is commented out due to conflict with the one from
# multimedia/mlt. It's just a synonim for unfreeze(1) anyway.
post-configure:
${SUBST_CMD} ${WRKSRC}/Makefile \
${WRKSRC}/freeze.1 ${WRKSRC}/statist.1
.include <bsd.port.mk>