diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-16 03:23:37 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-16 03:23:37 +0000 |
commit | 0f24275cdd9b34779a67645f0f1bb9d73edb50cb (patch) | |
tree | e863b601228c291fb9e5c639a160b58b9bc91b7b /audio/xhippo | |
parent | Update to 1.4.11. (diff) |
- update to 3.3
- use DOCSDIR
PR: 52046
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=81071
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 13 | ||||
-rw-r--r-- | audio/xhippo/distinfo | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index e9c8f561b469..e577f846fef1 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -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 diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo index f02096984f85..e35b1b84e24e 100644 --- a/audio/xhippo/distinfo +++ b/audio/xhippo/distinfo @@ -1 +1 @@ -MD5 (xhippo-3.2.tar.gz) = 8f8a0ae7006f162aebc19af3680970a8 +MD5 (xhippo-3.3.tar.gz) = 28ef26e3a0199daa9e5535a8b682bffe |