1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update master site

- Pacify portlint (me)

PR:		90501
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
This commit is contained in:
Emanuel Haupt 2005-12-16 16:41:38 +00:00
parent a6fa2e987b
commit d397922f6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151335
2 changed files with 8 additions and 22 deletions

View File

@ -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 <bsd.port.pre.mk>
.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

View File

@ -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