1999-05-03 04:19:24 +00:00
|
|
|
# New ports collection makefile for: Hermes
|
1999-08-14 07:54:48 +00:00
|
|
|
# Version required: 1.2.5
|
1999-05-03 04:19:24 +00:00
|
|
|
# Date created: 29 April 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 04:19:24 +00:00
|
|
|
#
|
|
|
|
|
1999-08-14 07:54:48 +00:00
|
|
|
DISTNAME= Hermes-1.2.5
|
1999-05-03 04:19:24 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://hermes.terminal.at/files/
|
|
|
|
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
|
1999-06-05 19:00:43 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-05-03 04:19:24 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@ ${LN} -sf libHermes.so.1 ${PREFIX}/lib/libHermes.so
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/Hermes
|
1999-08-14 07:54:48 +00:00
|
|
|
.for file in AUTHORS CHANGES COPYING README TODO TODO.conversion
|
1999-05-03 04:19:24 +00:00
|
|
|
@ ${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>
|