mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 3.5.
- Update MASTER_SITES. - Trim header. - Add LICENSE. PR: ports/174172 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
8d8cfdef13
commit
17805ac326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310743
@ -1,51 +1,43 @@
|
||||
# New ports collection makefile for: xhippo
|
||||
# Date created: 16 March 1999
|
||||
# Whom: Rod Taylor <rod@zort.on.ca>
|
||||
#
|
||||
# Created by: Rod Taylor <rod@zort.on.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xhippo
|
||||
PORTVERSION= 3.3
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 3.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= GNU
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generic music player for UNIX systems
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag
|
||||
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk12
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gtk2
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \
|
||||
xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= xhippo.1
|
||||
MAN1= xhippo.1
|
||||
INFO= xhippo
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-extract:
|
||||
@${LN} -sf xhippo.config ${WRKSRC}/xhippo.config.default
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
USE_GNOME+= gnomelibs
|
||||
PKGNAMESUFFIX= -gnome
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
.endif
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^sysconf_DATA/s|=.*|= xhippo.config.default|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
${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
|
||||
(cd ${PREFIX}/etc && ${CP} xhippo.config.default xhippo.config)
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xhippo-3.3.tar.gz) = 8e21f81e1e2387b36c9d1f3318d3b57d89e43a79840d2f9c13c9925f9c65e761
|
||||
SIZE (xhippo-3.3.tar.gz) = 417111
|
||||
SHA256 (xhippo-3.5.tar.gz) = 05dd24b55ff9fe45191a571493e83740269ee4bd48b58fbd85b1b5dc98f16c6e
|
||||
SIZE (xhippo-3.5.tar.gz) = 304142
|
||||
|
@ -2,13 +2,4 @@ bin/xhippo
|
||||
@unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi
|
||||
etc/xhippo.config.default
|
||||
@exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gnu-xhippo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/screenshot.jpeg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhippo.html.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhippo.info.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhippo.ps.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhippo.sgml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhippo.txt.gz
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
share/locale/de/LC_MESSAGES/xhippo.mo
|
||||
|
Loading…
Reference in New Issue
Block a user