mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
24 lines
519 B
Makefile
24 lines
519 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblzxcomp
|
|
PORTVERSION= 20050705
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.russotto.net/chm/
|
|
DISTNAME= lzx_compress
|
|
|
|
MAINTAINER= ak@FreeBSD.org
|
|
COMMENT= LZX compression library
|
|
|
|
USES= uidfix
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e 's|stdint|sys/types|' \
|
|
${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzx_layer.c
|
|
@${MV} ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzxcomp.3
|
|
|
|
.include <bsd.port.mk>
|