diff options
author | araujo <araujo@FreeBSD.org> | 2013-01-21 11:36:53 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2013-01-21 11:36:53 +0800 |
commit | 2e9c9a4596ed6c6fb93441a77b937d0d2106e2b9 (patch) | |
tree | b890071ac7fd39c6ef0381435581905da8715d5b /audio | |
parent | a78b8f9d56dae2e81fc02fbbba185bf01dbe0eea (diff) | |
download | freebsd-ports-gnome-2e9c9a4596ed6c6fb93441a77b937d0d2106e2b9.tar.gz freebsd-ports-gnome-2e9c9a4596ed6c6fb93441a77b937d0d2106e2b9.tar.zst freebsd-ports-gnome-2e9c9a4596ed6c6fb93441a77b937d0d2106e2b9.zip |
- Update to 3.5.
- Update MASTER_SITES.
- Trim header.
- Add LICENSE.
PR: ports/174172
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xhippo/Makefile | 50 | ||||
-rw-r--r-- | audio/xhippo/distinfo | 4 | ||||
-rw-r--r-- | audio/xhippo/pkg-plist | 9 |
3 files changed, 23 insertions, 40 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index f0d80b2227c8..d0f0502953ba 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -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> diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo index d9683e1af066..4aeefe10f0de 100644 --- a/audio/xhippo/distinfo +++ b/audio/xhippo/distinfo @@ -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 diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist index 27399ab1d766..ef329c2d737f 100644 --- a/audio/xhippo/pkg-plist +++ b/audio/xhippo/pkg-plist @@ -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 |