aboutsummaryrefslogtreecommitdiff
path: root/graphics/flam3/Makefile
blob: 352e189f1dba3d142d550bbe14ede8bab3ed5bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PORTNAME=	flam3
DISTVERSIONPREFIX=	v
DISTVERSION=	3.1.1-5
PORTREVISION=	4
DISTVERSIONSUFFIX=	-g7fb50c8
CATEGORIES=	graphics

MAINTAINER=	john.c.prather@gmail.com
COMMENT=	Algorithmically generated fractal flames images and animations
WWW=		http://flam3.com/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpng.so:graphics/png \
		libxml2.so:textproc/libxml2

USES=		gmake jpeg libtool localbase pathfix
USE_GITHUB=	yes
GH_ACCOUNT=	scottdraves
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--enable-shared --disable-static
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|^libflam3_la_SOURCES = .*|& sincos.c| ; s| isaac.lo$$|& sincos.lo|' \
		${WRKSRC}/Makefile.in # sincos is missing on some systems: bug#218300
	@${REINPLACE_CMD} -e 's| -g -O3||' ${WRKSRC}/Makefile.in # https://github.com/scottdraves/flam3/issues/25

pre-build:
	@${CP} ${FILESDIR}/sincos.c ${WRKSRC}

.include <bsd.port.mk>