blob: edcfe41558b2ce8653dc58dd6102f0504dc5a667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Khairil Yusof <kaeru@inigo-tech.com>
# $FreeBSD$
PORTNAME= tagutils
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://releases.chipx86.com/leaftag/tagutils/
MAINTAINER= kaeru@inigo-tech.com
COMMENT= Command line tool for tagging files
LIB_DEPENDS= libleaftag.so:${PORTSDIR}/devel/libleaftag
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|