aboutsummaryrefslogtreecommitdiff
path: root/graphics/libafterimage/Makefile
blob: bfa7f67f43399dcbbdf83114f13b6dff6e43ca03 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
PORTNAME=	libafterimage
PORTVERSION=	1.20
PORTREVISION=	9
CATEGORIES=	graphics
MASTER_SITES=	SF/afterstep/libAfterImage/${PORTVERSION}
DISTNAME=	libAfterImage-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generic imaging library originally designed for AfterStep
WWW=		http://www.afterstep.org/afterimage/

LICENSE=	LGPL21+

LIB_DEPENDS=	libgif.so:graphics/giflib \
		libpng.so:graphics/png \
		libtiff.so:graphics/tiff \
		libfreetype.so:print/freetype2

USES=		gnome jpeg pkgconfig tar:bzip2 xorg
USE_XORG=	xext
USE_GNOME=	librsvg2
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-staticlibs --enable-sharedlibs \
		--without-builtin-ungif --without-afterbase \
		--with-x
USE_LDCONFIG=	yes
MAKE_JOBS_UNSAFE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE_amd64=	MMX
OPTIONS_DEFINE_i386=	MMX

MMX_CONFIGURE_ENABLE=	mmx-optimization

post-extract:
	@${LN} -sf ${WRKSRC} ${WRKDIR}/libAfterImage

post-patch:
	@${REINPLACE_CMD} -e \
		's|CFLAGS="-O3"||g ; \
		 s| malloc\.h | |g' ${WRKSRC}/configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libAfterImage.so
	(cd ${WRKSRC}/apps && ${INSTALL_MAN} ascompose.man \
		${STAGEDIR}${PREFIX}/share/man/man1/ascompose.1x)

.include <bsd.port.mk>