freebsd-ports/sysutils/libzeitgeist/Makefile
Tijl Coosemans db2a1577d9 - Add USES=libtool and bump dependent ports
- Add USE_GNOME=gnomehier to fix leftovers
- Simplify documentation handling with staging and install documentation
  in standard location
2014-07-05 17:47:03 +00:00

22 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= libzeitgeist
PORTVERSION= 0.3.18
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://launchpadlibrarian.net/100152436/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \
LOCAL/olivierd
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Zeitgeist client library
GNU_CONFIGURE= yes
USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= glib20 gnomehier intltool intlhack
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>