pkgsrc/audio/liteamp/Makefile
wiz d70523df21 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
2009-07-22 09:01:16 +00:00

29 lines
858 B
Makefile

# $NetBSD: Makefile,v 1.32 2009/07/22 09:01:18 wiz Exp $
DISTNAME= liteamp-0.2.4.2
PKGREVISION= 13
CATEGORIES= audio
MASTER_SITES= http://kldp.net/frs/download.php/1153/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://kldp.net/projects/liteamp/
COMMENT= Light-weight Music Player for GNOME2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
CPPFLAGS+= -UGNOME_DISABLE_DEPRECATED
CPPFLAGS+= -UGTK_DISABLE_DEPRECATED
.include "../../audio/libao/buildlink3.mk"
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"