aboutsummaryrefslogtreecommitdiff
path: root/devel/libleaftag/Makefile
blob: ba3c9a6afe977e5331a436134ac0ced0deb362a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    libleaftag
# Date Created:             24 May 2006
# Whom:                Khairil Yusof <kaeru@inigo-tech.com>
#
# $FreeBSD$
#

PORTNAME=	libleaftag
PORTVERSION=	0.3.1
CATEGORIES=	devel deskutils
MASTER_SITES=	http://releases.chipx86.com/leaftag/libleaftag/

MAINTAINER=	kaeru@inigo-tech.com
COMMENT=	Leaftag is a library for tagging files on the desktop

USE_SQLITE=	2
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	gnomehack glib20 pkgconfig
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>