summaryrefslogtreecommitdiff
path: root/audio/herrie/Makefile
diff options
context:
space:
mode:
authorbjs <bjs>2007-11-08 03:52:30 +0000
committerbjs <bjs>2007-11-08 03:52:30 +0000
commitdfaf7a8cd154c45c75db0defd3847eb4b1f5df24 (patch)
tree5742124c7b48e872083945a39e0419f62a1f240e /audio/herrie/Makefile
parent11b5facf66db235559cd3434d32c27f480363043 (diff)
downloadpkgsrc-dfaf7a8cd154c45c75db0defd3847eb4b1f5df24.tar.gz
Add audio/herrie, an ncurses-based audio player.
Blurb: Herrie is a command line music player. It supports multiple audio file formats (including MP3 and Ogg Vorbis) and has the ability to send playback statistics to AudioScrobbler. The word `herrie' is Dutch for `clamor'. Herrie uses a split-screen user interface: a playlist at the top and a filebrowser at the bottom. The application has two modes of operation, called `party mode' and `XMMS mode'. When the application is started in party mode, the first song in the playlist gets started. It will also be removed from the playlist as well. When the application is started in XMMS mode, any song can be started and will not be removed from the playlist. The default mode is party mode.
Diffstat (limited to 'audio/herrie/Makefile')
-rw-r--r--audio/herrie/Makefile57
1 files changed, 57 insertions, 0 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile
new file mode 100644
index 00000000000..d8d79a79f60
--- /dev/null
+++ b/audio/herrie/Makefile
@@ -0,0 +1,57 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 03:52:30 bjs Exp $
+#
+
+DISTNAME= herrie-1.8.4
+CATEGORIES= audio
+MASTER_SITES= http://herrie.info/distfiles/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= bjs@NetBSD.org
+HOMEPAGE= http://herrie.info/
+COMMENT= Minimalistic, ncurses-based audio player
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+HAS_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake msgfmt pkg-config
+
+
+CONFIGURE_ARGS+= no_scrobbler
+CONFIGURE_ARGS+= no_vorbis
+CONFIGURE_ARGS+= no_xspf
+CONFIGURE_ARGS+= verbose
+
+EGDIR= ${PREFIX}/share/examples/herrie
+MAKE_ENV+= MSGFMT=${TOOLS_PATH.msgfmt:Q}
+CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ENV+= TRANSDIR=${PREFIX}/${PKGLOCALEDIR}/locale
+
+RESOLV_AUTO_VARS= yes
+USE_FEATURES= snprintf regcomp
+USE_NCURSES= yes
+
+INSTALLATION_DIRS_FROM_PLIST= yes
+
+.include "options.mk"
+
+SUBST_CLASSES+= conf
+SUBST_STAGE.conf= pre-configure
+SUBST_FILES.conf= ${WRKDIR}/herrie.conf
+SUBST_MESSAGE.conf= Preparing example configuration file.
+SUBST_VARS.conf= DEVOSSAUDIO HERRIE_USE_OSS
+
+post-extract:
+ ${RUN} ${CP} ${FILESDIR}/herrie.conf ${WRKDIR}
+
+post-install:
+ ${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} && \
+ ${INSTALL_DATA} ${WRKDIR}/herrie.conf ${DESTDIR}${EGDIR}
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/resolv.buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"