summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:52:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:52:18 +0000
commit0ebce2fca246698aa00a259132fd207e4209026d (patch)
treefe749e78247fc8982a40298025424c96acd01360
parentUpdate to version 1.2.3. (diff)
Update to version 0.85 and use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> PR: 11902 Submited by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19054
-rw-r--r--audio/xhippo/Makefile36
-rw-r--r--audio/xhippo/distinfo2
-rw-r--r--audio/xhippo/pkg-message2
-rw-r--r--audio/xhippo/pkg-plist2
4 files changed, 26 insertions, 16 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index c41d51ab2dac..cfcaf60e7e7b 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -1,25 +1,33 @@
-# New ports collection makefile for: xhippo
-# Version required: 0.8
-# Date created: 16 March 1999
-# Whom: Rod Taylor <tr49986@rcc.on.ca>
+# New ports collection makefile for: xhippo
+# Version required: 0.85
+# Date created: 16 March 1999
+# Whom: Rod Taylor <tr49986@rcc.on.ca>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/16 06:43:57 flathill Exp $
#
-DISTNAME= xhippo-0.8
-CATEGORIES= audio
-MASTER_SITES= http://zenchaos.netpedia.net/software/
+DISTNAME= xhippo-0.85
+CATEGORIES= audio
+MASTER_SITES= http://zenchaos.netpedia.net/software/
-MAINTAINER= tr49986@rcc.on.ca
+MAINTAINER= tr49986@rcc.on.ca
-RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-USE_XLIB= yes
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+USE_XLIB= yes
post-install:
+ @if [ ! -f ${PREFIX}/etc/xhippo.config ]; then \
+ ${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
+ ${PREFIX}/etc ; \
+ fi
+ ${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
+ ${PREFIX}/etc/xhippo.config.default
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo
index 9bdc0449fab0..6c3582154768 100644
--- a/audio/xhippo/distinfo
+++ b/audio/xhippo/distinfo
@@ -1 +1 @@
-MD5 (xhippo-0.8.tar.gz) = 054b48c0b5964fdf6daf0e6cbc5e781c
+MD5 (xhippo-0.85.tar.gz) = 00f74eed5f5d8ca1bd62f5d6c25537ad
diff --git a/audio/xhippo/pkg-message b/audio/xhippo/pkg-message
index 6d171433452d..721a81297c86 100644
--- a/audio/xhippo/pkg-message
+++ b/audio/xhippo/pkg-message
@@ -1,3 +1,3 @@
***
Playlists should be created like:
-find ~/sound -name *.mp3 | sort > playlist
+find ~/sound -name \*.mp3 | sort > playlist
diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist
index 96a2db502b94..d828ad8b6d55 100644
--- a/audio/xhippo/pkg-plist
+++ b/audio/xhippo/pkg-plist
@@ -1 +1,3 @@
bin/xhippo
+etc/xhippo.config.default
+@exec if [ ! -f %D/etc/xhippo.config ] ; then cp -p %D/%F %B/xhippo.config; fi