blob: 5e7fd62a7921179f16ea1e03f8aaff12252e4ea0 (
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: tagutils
# Date Created: 24 May 2006
# Whom: Khairil Yusof <kaeru@inigo-tech.com>
#
# $FreeBSD$
#
PORTNAME= tagutils
PORTVERSION= 0.3.0
CATEGORIES= deskutils
MASTER_SITES= http://releases.chipx86.com/leaftag/tagutils/
MAINTAINER= kaeru@inigo-tech.com
COMMENT= A command line tool for tagging files
LIB_DEPENDS= leaftag.0:${PORTSDIR}/devel/libleaftag
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack glib20 pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|