aboutsummaryrefslogtreecommitdiff
path: root/audio/thunar-media-tags-plugin/Makefile
blob: 6547cee098f392c031882bda22a9bf9d0e45fe96 (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
26
27
28
29
30
# New ports collection makefile for:	thunar-media-tags-plugin
# Date created:				24 Januar 2006
# Whom:					Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#

PORTNAME=	thunar-media-tags-plugin
PORTVERSION=	0.1.2
PORTREVISION=	3
CATEGORIES=	audio xfce
MASTER_SITES=	http://goodies.xfce.org/releases/${PORTNAME}/
DIST_SUBDIR=	xfce4

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	A Media Tags Plugin

LIB_DEPENDS=	tag:${PORTSDIR}/audio/taglib

USE_BZIP2=	yes
USE_GMAKE=	yes
INSTALLS_ICONS=	yes
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	gnometarget gnomehack gtk20 intltool intlhack pkgconfig
USE_XFCE=	configenv libexo thunar
USE_XLIB=	yes
USE_AUTOTOOLS=	libtool:15

.include <bsd.port.mk>