diff options
author | petef <petef@FreeBSD.org> | 2003-05-16 03:23:37 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-16 03:23:37 +0000 |
commit | ed47a7d05caec4e0892308e95fc240ba52359881 (patch) | |
tree | a29242defb351a281aac3cbc39a72d09fe974d7d /audio/xhippo | |
parent | 338af85e35ff8dac4c1b61ed412ce515c04e6e6b (diff) | |
download | FreeBSD-ports-ed47a7d05caec4e0892308e95fc240ba52359881.zip FreeBSD-ports-ed47a7d05caec4e0892308e95fc240ba52359881.tar.gz |
- update to 3.3
- use DOCSDIR
PR: 52046
Submitted by: Ports Fury
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 e9c8f56..e577f84 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 f020969..e35b1b8 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 |