mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- update to 3.3
- use DOCSDIR PR: 52046 Submitted by: Ports Fury
This commit is contained in:
parent
253ad99f53
commit
0f24275cdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81071
@ -6,25 +6,26 @@
|
||||
#
|
||||
|
||||
PORTNAME= xhippo
|
||||
PORTVERSION= 3.2
|
||||
PORTVERSION= 3.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= xhippo
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
COMMENT= A Generic music player for UNIX systems
|
||||
|
||||
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GNOME= gtk12
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \
|
||||
xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz
|
||||
|
||||
MAN1= xhippo.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
@ -35,9 +36,9 @@ CONFIGURE_ARGS+= --with-gnome
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xhippo
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/xhippo
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/etc/xhippo.config.default
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xhippo-3.2.tar.gz) = 8f8a0ae7006f162aebc19af3680970a8
|
||||
MD5 (xhippo-3.3.tar.gz) = 28ef26e3a0199daa9e5535a8b682bffe
|
||||
|
Loading…
Reference in New Issue
Block a user