1999-05-03 06:19:24 +02:00
|
|
|
# New ports collection makefile for: Hermes
|
|
|
|
# Date created: 29 April 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 06:19:24 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= Hermes
|
2003-08-11 17:44:41 +02:00
|
|
|
PORTVERSION= 1.3.3
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
1999-05-03 06:19:24 +02:00
|
|
|
CATEGORIES= graphics
|
2004-07-26 21:29:38 +02:00
|
|
|
MASTER_SITES= http://www.clanlib.org/download/files/ \
|
2004-08-05 00:28:43 +02:00
|
|
|
http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/Hermes/1.3.3/ \
|
|
|
|
http://power-net.linux.tucows.com/files/x11/dev/
|
1999-05-03 06:19:24 +02:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Fast pixel formats conversion library
|
1999-05-03 06:19:24 +02:00
|
|
|
|
2003-05-18 20:58:49 +02:00
|
|
|
USE_BZIP2= yes
|
2000-08-28 19:53:04 +02:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-05-18 20:58:49 +02:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-05-03 06:19:24 +02:00
|
|
|
|
2004-02-14 07:06:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == sparc64
|
|
|
|
IGNORE= "is broken on sparc64: interchanges red and blue colour channels in images"
|
|
|
|
.endif
|
|
|
|
|
1999-05-03 06:19:24 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-05-18 20:58:49 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2000-08-28 19:53:04 +02:00
|
|
|
.for file in AUTHORS ChangeLog FAQ README TODO TODO.conversion
|
2003-05-18 20:58:49 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1999-05-03 06:19:24 +02:00
|
|
|
.endfor
|
2003-05-18 20:58:49 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}/API
|
1999-05-03 06:19:24 +02:00
|
|
|
.for file in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt
|
2003-05-18 20:58:49 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${DOCSDIR}/API
|
1999-05-03 06:19:24 +02:00
|
|
|
.endfor
|
2003-05-18 20:58:49 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${DOCSDIR}/API
|
1999-05-03 06:19:24 +02:00
|
|
|
.endif
|
|
|
|
|
2004-02-14 07:06:06 +01:00
|
|
|
.include <bsd.port.post.mk>
|