mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
d0873ca6c0
of the FILE object and use the functions from <stdio_ext.h> instead. ok sthen
29 lines
555 B
Makefile
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>
|