Files
ports/archivers/freeze/Makefile
T
yasuoka d0873ca6c0 Prepare for forthcoming stdio opaque diffs. Don't access the internal
of the FILE object and use the functions from <stdio_ext.h> instead.

ok sthen
2025-07-16 06:27:27 +00:00

29 lines
555 B
Makefile

COMMENT= FREEZE / MELT compression program - often used in QNX
DISTNAME= freeze-2.5
CATEGORIES= archivers
SITES= http://www.arcane-labs.net/download/OpenBSD/
# None
PERMIT_PACKAGE= No
PERMIT_DISTFILES= No
REVISION = 3
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>