View | Details | Raw Unified | Return to bug 117805
Collapse All | Expand All

(-)Makefile (-6 / +13 lines)
Lines 2-8 Link Here
2
# Date created:		12 April 2001
2
# Date created:		12 April 2001
3
# Whom:			KANOU Hiroki <kanou@mil.allnet.ne.jp>
3
# Whom:			KANOU Hiroki <kanou@mil.allnet.ne.jp>
4
#
4
#
5
# $FreeBSD: ports/graphics/autotrace/Makefile,v 1.36 2007/06/15 13:10:58 pav Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	autotrace
8
PORTNAME=	autotrace
Lines 15-24 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Convert bitmap to vector graphics
16
COMMENT=	Convert bitmap to vector graphics
17
17
18
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
18
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
19
		ming.4:${PORTSDIR}/graphics/ming \
20
		Magick.10:${PORTSDIR}/graphics/ImageMagick \
21
		pstoedit.0:${PORTSDIR}/graphics/pstoedit
22
19
23
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
24
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
Lines 29-34 Link Here
29
26
30
MAN1=		autotrace.1
27
MAN1=		autotrace.1
31
28
29
OPTIONS=	MING		"Enable swf interface" on \
30
		PSTOEDIT	"Convert postscript to other formats" on
31
32
.if defined (WITH_MING)
33
LIB_DEPENDS+=	ming.4:${PORTSDIR}/graphics/ming
34
.endif
35
36
.if defined (WITH_PSTOEDIT)
37
LIB_DEPENDS+=	pstoedit.0:${PORTSDIR}/graphics/pstoedit
38
.endif
39
32
post-patch:
40
post-patch:
33
	@${REINPLACE_CMD} -e \
41
	@${REINPLACE_CMD} -e \
34
		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
42
		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
35
--------------- graphics/autotrace/Makefile patch ----------------

Return to bug 117805