Prune devel/py-EnthoughtBase
[dports.git] / devel / libleaftag / Makefile
1 # Created by: Khairil Yusof <kaeru@inigo-tech.com>
2 # $FreeBSD$
3
4 PORTNAME=       libleaftag
5 PORTVERSION=    0.3.1
6 PORTREVISION=   3
7 CATEGORIES=     devel deskutils
8 MASTER_SITES=   http://releases.chipx86.com/leaftag/libleaftag/
9
10 MAINTAINER=     kaeru@inigo-tech.com
11 COMMENT=        Leaftag is a library for tagging files on the desktop
12
13 USE_SQLITE=     2
14 USES=           gmake pathfix pkgconfig libtool
15 GNU_CONFIGURE=  yes
16 USE_GNOME=      glib20
17 USE_LDCONFIG=   yes
18 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
19 CPPFLAGS+=      -I${LOCALBASE}/include
20 LDFLAGS+=       -L${LOCALBASE}/lib
21
22 .include <bsd.port.mk>