1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/xhippo/Makefile
Chris D. Faulhaber 32c28780d6 Update port to 2.1
PR:		17308
Submitted by:	Maintainer
2000-03-11 14:40:24 +00:00

34 lines
765 B
Makefile

# New ports collection makefile for: xhippo
# Version required: 2.1
# Date created: 16 March 1999
# Whom: Rod Taylor <rod@zort.on.ca>
#
# $FreeBSD$
#
DISTNAME= xhippo-2.1
CATEGORIES= audio
MASTER_SITES= http://zenchaos.netpedia.net/software/
MAINTAINER= rod@zort.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} ${PKGMESSAGE}
.include <bsd.port.mk>