diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 1f790f32aa37..8eb0ac6ca744 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -9,9 +9,9 @@ PORTNAME= Hermes PORTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.clanlib.org/download/files/ \ - http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/Hermes/1.3.3/ \ - http://power-net.linux.tucows.com/files/x11/dev/ +MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library @@ -24,10 +24,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes +PORTDOCS= * + .include .if ${ARCH} == sparc64 -IGNORE= "is broken on sparc64: interchanges red and blue colour channels in images" +IGNORE= is broken on sparc64: interchanges red and blue colour channels in images .endif post-install: @@ -37,8 +39,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor @${MKDIR} ${DOCSDIR}/API -.for file in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt - ${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${DOCSDIR}/API +.for f in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt + ${INSTALL_DATA} ${WRKSRC}/docs/api/${f} ${DOCSDIR}/API .endfor ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${DOCSDIR}/API .endif diff --git a/graphics/Hermes/pkg-plist b/graphics/Hermes/pkg-plist index 6d75ff6a0e6b..e3a8cefb8c43 100644 --- a/graphics/Hermes/pkg-plist +++ b/graphics/Hermes/pkg-plist @@ -10,20 +10,4 @@ include/Hermes/Types.h lib/libHermes.a lib/libHermes.so lib/libHermes.so.1 -%%PORTDOCS%%share/doc/Hermes/AUTHORS -%%PORTDOCS%%share/doc/Hermes/ChangeLog -%%PORTDOCS%%share/doc/Hermes/FAQ -%%PORTDOCS%%share/doc/Hermes/README -%%PORTDOCS%%share/doc/Hermes/TODO -%%PORTDOCS%%share/doc/Hermes/TODO.conversion -%%PORTDOCS%%share/doc/Hermes/API/api-1.htm -%%PORTDOCS%%share/doc/Hermes/API/api-2.htm -%%PORTDOCS%%share/doc/Hermes/API/api-3.htm -%%PORTDOCS%%share/doc/Hermes/API/api-4.htm -%%PORTDOCS%%share/doc/Hermes/API/api.htm -%%PORTDOCS%%share/doc/Hermes/API/api.ps -%%PORTDOCS%%share/doc/Hermes/API/api.sgml -%%PORTDOCS%%share/doc/Hermes/API/api.txt -%%PORTDOCS%%@dirrm share/doc/Hermes/API -%%PORTDOCS%%@dirrm share/doc/Hermes @dirrm include/Hermes