aboutsummaryrefslogtreecommitdiff
path: root/graphics/Hermes
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-28 17:53:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-28 17:53:04 +0000
commit95ef3fd69844ab909488d56427187714b72ebb2d (patch)
tree77816bc5c34ad6be04861a80fb166db4fad3616c /graphics/Hermes
parent3c430db62784810e12b0c5ef1f894a036c1f5b13 (diff)
downloadports-95ef3fd69844ab909488d56427187714b72ebb2d.tar.gz
ports-95ef3fd69844ab909488d56427187714b72ebb2d.zip
Notes
Diffstat (limited to 'graphics/Hermes')
-rw-r--r--graphics/Hermes/Makefile22
-rw-r--r--graphics/Hermes/distinfo2
-rw-r--r--graphics/Hermes/files/patch-aa19
-rw-r--r--graphics/Hermes/pkg-plist1
4 files changed, 29 insertions, 15 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile
index 5b7fa6e2bbaa..a7e335c92960 100644
--- a/graphics/Hermes/Makefile
+++ b/graphics/Hermes/Makefile
@@ -6,31 +6,27 @@
#
PORTNAME= Hermes
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= graphics
-MASTER_SITES= http://tzo.linux.tucows.com/files/x11/dev/ \
- http://oarnet.linux.tucows.com/files/x11/dev/ \
- ftp://ftp.infomagic.com/pub/mirrors/tucows/mlinux/files/x11/dev/ \
- http://dark.x.dtu.dk/~mbn/clanlib/download/
+MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/
MAINTAINER= ports@FreeBSD.org
+USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-USE_GMAKE= yes
post-install:
- @ ${LN} -sf libHermes.so.1 ${PREFIX}/lib/libHermes.so
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/Hermes
-.for file in AUTHORS ChangeLog COPYING FAQ README TODO TODO.conversion
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes
+ @${MKDIR} ${PREFIX}/share/doc/Hermes
+.for file in AUTHORS ChangeLog FAQ README TODO TODO.conversion
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes
.endfor
- @ ${MKDIR} ${PREFIX}/share/doc/Hermes/API
+ @${MKDIR} ${PREFIX}/share/doc/Hermes/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} ${PREFIX}/share/doc/Hermes/API
+ ${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${PREFIX}/share/doc/Hermes/API
.endfor
- @ ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API
+ ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API
.endif
.include <bsd.port.mk>
diff --git a/graphics/Hermes/distinfo b/graphics/Hermes/distinfo
index b41b954d31c3..c5aafb9cf4d9 100644
--- a/graphics/Hermes/distinfo
+++ b/graphics/Hermes/distinfo
@@ -1 +1 @@
-MD5 (Hermes-1.3.1.tar.gz) = 75e9ac1304c02729b85c28b1cde40be8
+MD5 (Hermes-1.3.2.tar.gz) = 85432c0d0a8d983bb2be24e8d84d74b8
diff --git a/graphics/Hermes/files/patch-aa b/graphics/Hermes/files/patch-aa
new file mode 100644
index 000000000000..5e2dc10eda9e
--- /dev/null
+++ b/graphics/Hermes/files/patch-aa
@@ -0,0 +1,19 @@
+--- src/Makefile.in.orig Fri Jul 21 03:38:08 2000
++++ src/Makefile.in Tue Aug 22 21:50:03 2000
+@@ -406,13 +406,13 @@
+
+
+ .S.lo:
+- gcc -c -o $@ $<
++ $(CC) -c -o $@ $<
+ cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
+
+ install-data-local:
+- $(INSTALL) -m 0755 -d $(includedir)/Hermes
++ $(mkinstalldirs) $(DESTDIR)$(includedir)/Hermes
+ for incfile in $(publicheaders); do \
+- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
++ $(INSTALL_DATA) $$incfile $(includedir)/Hermes; \
+ done
+
+ uninstall-local:
diff --git a/graphics/Hermes/pkg-plist b/graphics/Hermes/pkg-plist
index 2f6fdc5e4817..db8b8d2d2f37 100644
--- a/graphics/Hermes/pkg-plist
+++ b/graphics/Hermes/pkg-plist
@@ -12,7 +12,6 @@ lib/libHermes.so
lib/libHermes.so.1
share/doc/Hermes/AUTHORS
share/doc/Hermes/ChangeLog
-share/doc/Hermes/COPYING
share/doc/Hermes/FAQ
share/doc/Hermes/README
share/doc/Hermes/TODO