1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/misc/chmlib/Makefile
Ying-Chieh Liao a73d9b05f6 fix pthread problem on 4-stable
Reported by: pointyhat via kris
2004-10-25 01:22:01 +00:00

29 lines
600 B
Makefile

# ex:ts=8
# Ports collection makefile for: chmlib
# Date created: Apr 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= chmlib
PORTVERSION= 0.3.5
PORTREVISION= 0
CATEGORIES= misc
MASTER_SITES= http://66.93.236.84/~jedwin/projects/chmlib/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>