1999-05-29 05:52:18 +02:00
|
|
|
# New ports collection makefile for: xhippo
|
|
|
|
# Date created: 16 March 1999
|
1999-11-05 04:42:14 +01:00
|
|
|
# Whom: Rod Taylor <rod@zort.on.ca>
|
1999-04-16 08:43:57 +02:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1999-04-16 08:43:57 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= xhippo
|
2001-08-18 18:29:31 +02:00
|
|
|
PORTVERSION= 3.2
|
1999-05-29 05:52:18 +02:00
|
|
|
CATEGORIES= audio
|
2001-01-28 02:29:12 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= xhippo
|
1999-04-16 08:43:57 +02:00
|
|
|
|
2001-06-08 10:43:34 +02:00
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
1999-04-16 08:43:57 +02:00
|
|
|
|
1999-05-29 05:52:18 +02:00
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
|
|
|
2000-09-16 20:08:32 +02:00
|
|
|
USE_XLIB= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOMENG= yes
|
2002-09-09 03:17:15 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-10-05 09:22:56 +02:00
|
|
|
WANT_GNOME= yes
|
1999-05-29 05:52:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-12-09 07:03:08 +01:00
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
2000-10-05 09:22:56 +02:00
|
|
|
|
2001-08-18 18:29:31 +02:00
|
|
|
DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \
|
|
|
|
xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz
|
2001-06-08 10:43:34 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-09-09 03:17:15 +02:00
|
|
|
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
|
|
|
USE_GNOME+= gnomelibs
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
CONFIGURE_ARGS+= --with-gnome
|
2000-10-05 09:22:56 +02:00
|
|
|
.endif
|
1999-04-16 08:43:57 +02:00
|
|
|
|
|
|
|
post-install:
|
2001-06-08 10:43:34 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/xhippo
|
|
|
|
.for i in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/xhippo
|
|
|
|
.endfor
|
|
|
|
.endif
|
2000-08-07 07:50:01 +02: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 21:01:39 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-04-16 08:43:57 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.post.mk>
|