23 lines
564 B
Makefile
23 lines
564 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libzeitgeist
|
|
PORTVERSION= 0.3.18
|
|
PORTREVISION= 2
|
|
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 intltool intlhack
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|