File:  [cvs.NetBSD.org] / pkgsrc / audio / gimmix / Attic / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Wed Jul 22 09:01:17 2009 UTC (15 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html

# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:17 wiz Exp $
#

DISTNAME=	gimmix-0.5.6.1
CATEGORIES=	audio
MASTER_SITES=	http://download.berlios.de/gimmix/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://gimmix.berlios.de/
COMMENT=	Graphical Music player daemon (MPD) client
LICENSE=	gnu-gpl-v2

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_PKGLOCALEDIR=	yes
USE_TOOLS+=	intltool gmake msgfmt pkg-config

# fixes broken symbolic link to /usr/share/intltool/Makefile.in.in
post-extract:
	rm -f ${WRKSRC}/po/Makefile.in.in
	ln -s ${TOOLS_PREFIX.intltool:Q}/share/intltool/Makefile.in.in \
		${WRKSRC}/po/Makefile.in.in

.include "../../x11/gtk2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libmpd+=		libmpd>=0.17.0
.include "../../audio/libmpd/buildlink3.mk"
BUILDLINK_API_DEPENDS.libglade+=	libglade>=2.6
.include "../../devel/libglade/buildlink3.mk"
BUILDLINK_API_DEPENDS.taglib+=		taglib>=1.4
.include "../../audio/taglib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/libnxml/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>