freebsd-ports/audio/xhippo/Makefile
Clive Lin 7b6e168aa1 Update to version 2.9
PR: ports/24560
Submitted by: tim@bishnet.net
2001-01-28 01:29:12 +00:00

38 lines
751 B
Makefile

# New ports collection makefile for: xhippo
# Date created: 16 March 1999
# Whom: Rod Taylor <rod@zort.on.ca>
#
# $FreeBSD$
#
PORTNAME= xhippo
PORTVERSION= 2.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= xhippo
MAINTAINER= rod@zort.on.ca
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
USE_XLIB= yes
USE_GTK= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
MAKE_ARGS= CFLAGS="${CFLAGS}"
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/etc/xhippo.config.default
.if !exists(${PREFIX}/etc/xhippo.config)
${CP} ${PREFIX}/etc/xhippo.config.default ${PREFIX}/etc/xhippo.config
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>