35 lines
747 B
Makefile
35 lines
747 B
Makefile
# 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>
|