openbsd-ports/textproc/ots/Makefile
ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

36 lines
744 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/09/01 14:36:58 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_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= 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_LIBTOOL=Yes
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>