1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/archivers/liblzxcomp/Makefile
Alex Kozlov 5d6a8e4ab8 - Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
2014-05-20 06:06:35 +00:00

26 lines
536 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
LICENSE= LGPL21
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>