diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-16 06:43:57 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-16 06:43:57 +0000 |
commit | 89956dfc80a11483ae9de6e9d1f9d4dd19931eee (patch) | |
tree | ccf84ea0af491b646b2e983b2f320b5038beaf80 /audio/xhippo | |
parent | 2e7d0bd39f7aaf9fb956f44902bcc53c1a9ed99d (diff) | |
download | ports-89956dfc80a11483ae9de6e9d1f9d4dd19931eee.tar.gz ports-89956dfc80a11483ae9de6e9d1f9d4dd19931eee.zip |
Notes
Diffstat (limited to 'audio/xhippo')
-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 000000000000..c41d51ab2dac --- /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 000000000000..9bdc0449fab0 --- /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 000000000000..52c8c7e09d16 --- /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 000000000000..852469e7cc90 --- /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 000000000000..6d171433452d --- /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 000000000000..96a2db502b94 --- /dev/null +++ b/audio/xhippo/pkg-plist @@ -0,0 +1 @@ +bin/xhippo |