aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/autotrace/Makefile
blob: 18772b7b6a9879a42a3908acff06c7b074168fb6 (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
# New ports collection makefile for:    autotrace
# Date created:     12 April 2001
# Whom:         KANOU Hiroki <kanou@mil.allnet.ne.jp>
#
# $FreeBSD$
#

PORTNAME=   autotrace
PORTVERSION=    0.31.1
PORTREVISION=   7
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= kanou@khdd.net
COMMENT=    Convert bitmap to vector graphics

LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png \
        ming.4:${PORTSDIR}/graphics/ming \
        Magick.10:${PORTSDIR}/graphics/ImageMagick \
        pstoedit.0:${PORTSDIR}/graphics/pstoedit

INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib" \
        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
USE_XLIB=   yes

MAN1=       autotrace.1

pre-patch:
    @${REINPLACE_CMD} -e \
        's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>