1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/textproc/link-grammar/Makefile
Jeremy Messenger 50985239f6 Update to 4.3.9.
PR:		ports/128717
Submitted by:	bf <bf2006a@yahoo.com>
Security:	CVE-2007-5395
2008-11-09 17:39:41 +00:00

39 lines
853 B
Makefile

# New ports collection makefile for: link-grammar
# Date created: 22 May 2005
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= link-grammar
PORTVERSION= 4.3.9
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A grammar checking library
USE_GNOME= gnomehack gnometarget ltverhack
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --enable-pthreads
DOCS= AUTHORS LICENSE MAINTAINERS README
MAN1= link-parser.1
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
${WRKSRC}/configure ${WRKSRC}/${PORTNAME}/Makefile.in
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>