1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/xhippo/Makefile
Steve Price 0ebce2fca2 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>
1999-05-29 03:52:18 +00:00

34 lines
826 B
Makefile

# New ports collection makefile for: xhippo
# Version required: 0.85
# Date created: 16 March 1999
# Whom: Rod Taylor <tr49986@rcc.on.ca>
#
# $Id: Makefile,v 1.1.1.1 1999/04/16 06:43:57 flathill Exp $
#
DISTNAME= xhippo-0.85
CATEGORIES= audio
MASTER_SITES= http://zenchaos.netpedia.net/software/
MAINTAINER= tr49986@rcc.on.ca
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
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>