openbsd-ports/textproc/ots/Makefile
2013-03-21 08:45:11 +00:00

32 lines
650 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/03/21 08:48:54 ajacoutot Exp $
COMMENT= open source tool for summarizing texts
DISTNAME= ots-0.4.2
REVISION= 5
SHARED_LIBS= ots-1 4.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libots/}
HOMEPAGE= http://libots.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MODULES= converters/libiconv \
devel/gettext
LIB_DEPENDS= devel/glib2 \
devel/popt \
textproc/libxml
WANTLIB= c m pcre z glib-2.0 popt xml2 pthread
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/ots.1 ${PREFIX}/man/man1
.include <bsd.port.mk>