diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 20:05:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 20:05:31 +0000 |
commit | 42e2f09a6e892391b32c547b0e52c2b2591d1da0 (patch) | |
tree | fc69fd1829cef804b4b4e1cefdfb9dc13f757379 /audio/herrie | |
parent | 260dfa18d12a3eb06485b8173a942d63cfc52dd1 (diff) | |
download | ports-42e2f09a6e892391b32c547b0e52c2b2591d1da0.tar.gz ports-42e2f09a6e892391b32c547b0e52c2b2591d1da0.zip |
Herrie is a small command line music player. It has vim-like controls
and has some unique features, like chroot()'ing and dropping privileges.
This makes it an ideal application for low-end jukeboxes.
WWW: http://g-rave.nl/projects/herrie/
PR: ports/101159
Submitted by: Ed Schouten <ed at fxq.nl>
Notes
Notes:
svn path=/head/; revision=169390
Diffstat (limited to 'audio/herrie')
-rw-r--r-- | audio/herrie/Makefile | 32 | ||||
-rw-r--r-- | audio/herrie/distinfo | 3 | ||||
-rw-r--r-- | audio/herrie/pkg-descr | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile new file mode 100644 index 000000000000..43fd15d84fbf --- /dev/null +++ b/audio/herrie/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: herrie +# Date created: 01 August 2006 +# Whom: Ed Schouten <ed@fxq.nl> +# +# $FreeBSD$ +# + +PORTNAME= herrie +PORTVERSION= 0.1 +CATEGORIES= audio +MASTER_SITES= http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ + http://www.stack.nl/~ed/projects/herrie/distfiles/ + +MAINTAINER= ed@fxq.nl +COMMENT= A small command line interface music player + +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ + mad.2:${PORTSDIR}/audio/mad \ + sndfile.1:${PORTSDIR}/audio/libsndfile + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +PLIST_FILES= bin/herrie + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= doesn't like 4.x thread libs +.endif + +.include <bsd.port.post.mk> diff --git a/audio/herrie/distinfo b/audio/herrie/distinfo new file mode 100644 index 000000000000..471c705869db --- /dev/null +++ b/audio/herrie/distinfo @@ -0,0 +1,3 @@ +MD5 (herrie-0.1.tar.gz) = 895e18c071d41beef6b9806bfb7c97c7 +SHA256 (herrie-0.1.tar.gz) = b0858b939575155bb6b6da8160b27459099aa11d002564f40520edf106a8965e +SIZE (herrie-0.1.tar.gz) = 128954 diff --git a/audio/herrie/pkg-descr b/audio/herrie/pkg-descr new file mode 100644 index 000000000000..5e9383e03178 --- /dev/null +++ b/audio/herrie/pkg-descr @@ -0,0 +1,5 @@ +Herrie is a small command line music player. It has vim-like controls +and has some unique features, like chroot()'ing and dropping privileges. +This makes it an ideal application for low-end jukeboxes. + +WWW: http://g-rave.nl/projects/herrie/ |