aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pstoedit/Makefile
blob: 5ba056e22e53c9107d326967bc701a259f02b5ef (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
51
52
53
54
55
# New ports collection makefile for:    pstodit
# Date created:     03 July 1998
# Whom:         Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pstoedit
PORTVERSION=    3.33
PORTREVISION=   1
CATEGORIES= graphics print
MASTER_SITES=   http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Convert PostScript to other vector graphic formats

USE_GHOSTSCRIPT=    yes

LIB_DEPENDS=    Magick++.6:${PORTSDIR}/graphics/ImageMagick \
        ming.3:${PORTSDIR}/graphics/ming \
        plotter.4:${PORTSDIR}/graphics/plotutils

USE_GNOME=  gnometarget pkgconfig
USE_LIBTOOL=    yes
USE_REINPLACE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes

MAN1=   pstoedit.1

CPPFLAGS=   -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
        -I${X11BASE}/include
LDFLAGS=    -L${LOCALBASE}/lib -L${X11BASE}/lib

pre-everything::
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
    @${ECHO_MSG} ""
    @${ECHO_MSG} "      Define WITH_GHOSTSCRIPT_AFPL=yes to use"
    @${ECHO_MSG} "      AFPL Postscript interpreter instead of GNU one"
    @${ECHO_MSG} ""
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure

post-install:
    ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR}
.endif

.include <bsd.port.mk>