blob: b3173322c083260ad17ef1e2e210b20ac5c2a218 (
plain) (
tree)
|
|
# Created by: Andrey Zakhvatov
PORTNAME= Hermes
PORTVERSION= 1.3.3
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \
GENTOO
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast pixel formats conversion library
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_sparc64= interchanges red and blue colour channels in images
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
LDFLAGS_i386= -Wl,-znotext
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-extract:
${TOUCH} ${WRKSRC}/src/hrconfig.h.in
post-install-DOCS-on:
@cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS ChangeLog FAQ README docs" \
${STAGEDIR}${DOCSDIR} "! -name generate"
.include <bsd.port.mk>
|