freebsd-ports/textproc/libextractor/Makefile
Kevin Lo 0a823ed0bd Add missing man page.
PR: ports/82127
Submitted by: leeym
2005-06-13 02:50:20 +00:00

28 lines
542 B
Makefile

# New ports collection makefile for: libextractor
# Date created: 25 May 2005
# Whom: kevlo@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libextractor
PORTVERSION= 0.5.0
CATEGORIES= textproc
MASTER_SITES= http://gnunet.org/libextractor/download/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Library for keyword extraction
USE_BZIP2= yes
USE_GNOME= glib20
USE_PYTHON= yes
USE_LIBLTDL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-ltdl-install
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
MAN1= extract.1
MAN3= libextractor.3
.include <bsd.port.mk>