ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

28 lines
576 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/05/22 11:31:18 ajacoutot Exp $
COMMENT= open source tool for summarizing texts
DISTNAME= ots-0.5.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libots/}
REVISION= 1
SHARED_LIBS += ots-1 5.0 # 5.0
HOMEPAGE= http://libots.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c glib-2.0 lzma m pcre popt pthread xml2 z
MODULES= devel/gettext
LIB_DEPENDS= devel/glib2 \
devel/popt \
textproc/libxml
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>