1999-05-29 03:52:18 +00:00
|
|
|
# New ports collection makefile for: xhippo
|
|
|
|
# Date created: 16 March 1999
|
1999-11-05 03:42:14 +00:00
|
|
|
# Whom: Rod Taylor <rod@zort.on.ca>
|
1999-04-16 06:43:57 +00:00
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1999-04-16 06:43:57 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= xhippo
|
2000-09-29 16:09:35 +00:00
|
|
|
PORTVERSION= 2.7
|
1999-05-29 03:52:18 +00:00
|
|
|
CATEGORIES= audio
|
2000-09-16 18:08:32 +00:00
|
|
|
MASTER_SITES= http://zenchaos.netpedia.net/software/ \
|
2000-08-07 05:50:01 +00:00
|
|
|
http://www.us-lot.org/~azz/xhippo/
|
1999-04-16 06:43:57 +00:00
|
|
|
|
1999-11-05 22:03:06 +00:00
|
|
|
MAINTAINER= rod@zort.on.ca
|
1999-04-16 06:43:57 +00:00
|
|
|
|
1999-05-29 03:52:18 +00:00
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1999-04-16 06:43:57 +00:00
|
|
|
|
1999-05-29 03:52:18 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
2000-09-16 18:08:32 +00:00
|
|
|
USE_XLIB= yes
|
1999-05-29 03:52:18 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-04-16 06:43:57 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-08-07 05:50:01 +00:00
|
|
|
${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
|
2000-01-29 20:01:39 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-04-16 06:43:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|