aboutsummaryrefslogtreecommitdiff
path: root/graphics/Hermes
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-16 16:41:38 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-16 16:41:38 +0000
commitd397922f6c08064a6282f7119906ba7173aebd63 (patch)
tree25367099a130ab5e9740a40aeff60ce22abf7a37 /graphics/Hermes
parenta6fa2e987bab53e97fd4f47997869aafc217c0ec (diff)
downloadports-d397922f6c08064a6282f7119906ba7173aebd63.tar.gz
ports-d397922f6c08064a6282f7119906ba7173aebd63.zip
Notes
Diffstat (limited to 'graphics/Hermes')
-rw-r--r--graphics/Hermes/Makefile14
-rw-r--r--graphics/Hermes/pkg-plist16
2 files changed, 8 insertions, 22 deletions
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 <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
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