summaryrefslogtreecommitdiff
path: root/graphics/Hermes/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 04:19:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 04:19:24 +0000
commitfdbd82412139555f4aef5ddc6cddc2260a37d947 (patch)
tree8325776cdce84f3ae1ae605b01f6c7a4419af8aa /graphics/Hermes/Makefile
parentAdd WWW: (diff)
Initial import of Hermes version 1.2.4.
A fast pixel formats conversion library. PR: 11381 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18404
Diffstat (limited to 'graphics/Hermes/Makefile')
-rw-r--r--graphics/Hermes/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile
new file mode 100644
index 000000000000..89b80cc512fb
--- /dev/null
+++ b/graphics/Hermes/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: Hermes
+# Version required: 1.2.4
+# Date created: 29 April 1999
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= Hermes-1.2.4
+CATEGORIES= graphics
+MASTER_SITES= http://hermes.terminal.at/files/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+GNU_CONFIGURE= 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 CHANGES COPYING Hermes.spec README TODO TODO.conversion
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes
+.endfor
+ @ ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${PREFIX}/share/doc/Hermes
+ @ ${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
+.endfor
+ @ ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API
+.endif
+ @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>