1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

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>
This commit is contained in:
Steve Price 1999-05-29 03:52:18 +00:00
parent f888af4cee
commit 0ebce2fca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19054
4 changed files with 26 additions and 16 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (xhippo-0.8.tar.gz) = 054b48c0b5964fdf6daf0e6cbc5e781c
MD5 (xhippo-0.85.tar.gz) = 00f74eed5f5d8ca1bd62f5d6c25537ad

View File

@ -1,3 +1,3 @@
***
Playlists should be created like:
find ~/sound -name *.mp3 | sort > playlist
find ~/sound -name \*.mp3 | sort > playlist

View File

@ -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