aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace/Makefile
blob: 8b4db5c47578e38a2417e68fecdbc5ed135d1fa4 (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
# Created by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
# $FreeBSD$

PORTNAME=	autotrace
PORTVERSION=	0.31.1
PORTREVISION=	32
CATEGORIES=	graphics
MASTER_SITES=	SF/${PORTNAME}/AutoTrace/${PORTVERSION}

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Convert bitmap to vector graphics

LICENSE=	GPLv2 LGPL21
LICENSE_COMB=	multi

LIB_DEPENDS=	libpng.so:graphics/png

USES=		cpe pathfix pkgconfig libtool
CPE_VENDOR=	autotrace_project
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CPPFLAGS+=	$$(libpng-config --I_opts)
LDFLAGS+=	$$(libpng-config --L_opts)
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	IMAGEMAGICK MING PSTOEDIT
OPTIONS_DEFAULT=IMAGEMAGICK PSTOEDIT
MING_DESC=	Enable swf interface
PSTOEDIT_DESC=	Convert postscript to other formats

IMAGEMAGICK_LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick6
IMAGEMAGICK_CONFIGURE_OFF=	--without-magick

MING_LIB_DEPENDS=	libming.so:graphics/ming
MING_CPPFLAGS=		-I${LOCALBASE}/include -I${LOCALBASE}/include/ming
MING_CONFIGURE_OFF=	ac_cv_header_ming_h=no

PSTOEDIT_LIB_DEPENDS=	libpstoedit.so:graphics/pstoedit
PSTOEDIT_CONFIGURE_OFF=	--without-pstoedit

post-patch:
	@${REINPLACE_CMD} -e \
		's|Magick-config|MagickWand-config|g ; \
		/$$PSTOEDIT_CONFIG/s|--version|--modversion| ; \
		s|$$PSTOEDIT_CONFIG $$pstoedit_args|pkg-config pstoedit| ; \
		/^PSTOEDIT_CONFIG=/s|=.*$$|=pkg-config|' ${WRKSRC}/configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libautotrace.so
.include <bsd.port.mk>