1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/misc/chmlib/Makefile
Alex Kozlov 7f2c07b66c - Take maintainership
- Update WWW
2015-09-25 21:48:18 +00:00

23 lines
518 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chmlib
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/chmlib/
MAINTAINER= ak@FreeBSD.org
COMMENT= Library for dealing with Microsoft ITSS/CHM format files
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
INSTALL_TARGET= install-strip
USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
.include <bsd.port.mk>