1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/misc/chmlib/Makefile
Florent Thoumie 3f430717c3 - Fix MASTER_SITE.
PR:		ports/105121
Submitted by:	Tsampros Leonidas <ltsampros@upnet.gr>
Sponsored by:	FreeBSD Bugathon
2006-11-04 00:42:46 +00:00

27 lines
559 B
Makefile

# ex:ts=8
# Ports collection makefile for: chmlib
# Date created: Apr 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= chmlib
PORTVERSION= 0.38
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/chmlib/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX}
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>