diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-16 06:43:57 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-16 06:43:57 +0000 |
commit | eaf6bab95342f3fe02b65013c42eec2b2dc67787 (patch) | |
tree | 1194544f7c06b66058d15f64b1979f45ac2037af /audio | |
parent | 30d933dca12d7f1f4803be785a30df94fd48f709 (diff) | |
download | FreeBSD-ports-eaf6bab95342f3fe02b65013c42eec2b2dc67787.zip FreeBSD-ports-eaf6bab95342f3fe02b65013c42eec2b2dc67787.tar.gz |
PR: ports/10652
Submitted by: cpiazza@home.net
A Generic music player for UNIX systems.
Written in GTK, it has optional GNOME support.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xhippo/Makefile | 25 | ||||
-rw-r--r-- | audio/xhippo/distinfo | 1 | ||||
-rw-r--r-- | audio/xhippo/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xhippo/pkg-descr | 6 | ||||
-rw-r--r-- | audio/xhippo/pkg-message | 3 | ||||
-rw-r--r-- | audio/xhippo/pkg-plist | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile new file mode 100644 index 0000000..c41d51a --- /dev/null +++ b/audio/xhippo/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xhippo +# Version required: 0.8 +# Date created: 16 March 1999 +# Whom: Rod Taylor <tr49986@rcc.on.ca> +# +# $Id$ +# + +DISTNAME= xhippo-0.8 +CATEGORIES= audio +MASTER_SITES= http://zenchaos.netpedia.net/software/ + +MAINTAINER= tr49986@rcc.on.ca + +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_XLIB= yes + +post-install: + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo new file mode 100644 index 0000000..9bdc044 --- /dev/null +++ b/audio/xhippo/distinfo @@ -0,0 +1 @@ +MD5 (xhippo-0.8.tar.gz) = 054b48c0b5964fdf6daf0e6cbc5e781c diff --git a/audio/xhippo/pkg-comment b/audio/xhippo/pkg-comment new file mode 100644 index 0000000..52c8c7e --- /dev/null +++ b/audio/xhippo/pkg-comment @@ -0,0 +1 @@ +A Generic music player for UNIX systems. diff --git a/audio/xhippo/pkg-descr b/audio/xhippo/pkg-descr new file mode 100644 index 0000000..852469e --- /dev/null +++ b/audio/xhippo/pkg-descr @@ -0,0 +1,6 @@ +Xhippo is a Generic music player for Unix. Written in GTK, it has optional +GNOME support. + +It supports all types of files, defaults including mp3, midi, wav, etc. + +More can be added via the configuration file using external players diff --git a/audio/xhippo/pkg-message b/audio/xhippo/pkg-message new file mode 100644 index 0000000..6d17143 --- /dev/null +++ b/audio/xhippo/pkg-message @@ -0,0 +1,3 @@ +*** +Playlists should be created like: +find ~/sound -name *.mp3 | sort > playlist diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist new file mode 100644 index 0000000..96a2db5 --- /dev/null +++ b/audio/xhippo/pkg-plist @@ -0,0 +1 @@ +bin/xhippo |