2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Andrey Zakhvatov
|
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
|
2014-09-18 22:46:34 +02:00
|
|
|
PORTREVISION= 5
|
1999-05-03 06:19:24 +02:00
|
|
|
CATEGORIES= graphics
|
2005-12-16 17:41:38 +01:00
|
|
|
MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \
|
2015-05-14 12:15:04 +02:00
|
|
|
GENTOO
|
1999-05-03 06:19:24 +02:00
|
|
|
|
2014-04-28 23:31:31 +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
|
|
|
|
2020-12-10 02:07:03 +01:00
|
|
|
LICENSE= LGPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
BROKEN_sparc64= interchanges red and blue colour channels in images
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-09-18 22:46:34 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= gmake libtool tar:bzip2
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2018-09-18 22:12:04 +02:00
|
|
|
LDFLAGS_i386= -Wl,-znotext
|
1999-05-03 06:19:24 +02:00
|
|
|
|
2005-12-16 17:41:38 +01:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2014-01-17 04:31:57 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2014-09-18 22:46:34 +02:00
|
|
|
post-extract:
|
|
|
|
${TOUCH} ${WRKSRC}/src/hrconfig.h.in
|
2004-02-14 07:06:06 +01:00
|
|
|
|
2020-12-10 02:07:03 +01:00
|
|
|
post-install-DOCS-on:
|
|
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS ChangeLog FAQ README docs" \
|
|
|
|
${STAGEDIR}${DOCSDIR} "! -name generate"
|
1999-05-03 06:19:24 +02:00
|
|
|
|
2014-09-18 22:46:34 +02:00
|
|
|
.include <bsd.port.mk>
|