[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / pstoedit

Annotation of pkgsrc/graphics/pstoedit/Makefile, Revision 1.92

1.92    ! wiz         1: # $NetBSD: Makefile,v 1.91 2018/01/28 20:10:52 wiz Exp $
1.1       itohy       2:
1.83      adam        3: DISTNAME=      pstoedit-3.70
1.92    ! wiz         4: PKGREVISION=   8
1.1       itohy       5: CATEGORIES=    converters graphics print
1.29      drochner    6: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
1.1       itohy       7:
1.33      jlam        8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.9       itohy       9: HOMEPAGE=      http://www.pstoedit.net/
1.6       wiz        10: COMMENT=       Convert PostScript / PDF into various vector graphic formats
1.83      adam       11: LICENSE=       gnu-gpl-v2
1.38      gdt        12: # man page indicates that there are many licenses and one has to read all
                     13: # the source files
1.1       itohy      14:
1.59      wiz        15: USE_TOOLS+=    gs:run pkg-config
1.31      jlam       16:
1.83      adam       17: USE_LANGUAGES=         c c++
                     18: USE_LIBTOOL=           yes
                     19: GNU_CONFIGURE=         yes
                     20: #CONFIGURE_ARGS+=      --datadir=${PREFIX}/share
1.39      dmcmahil   21: # needs libEMF which has build problems on alpha and probably
                     22: # other 64-bit systems
1.83      adam       23: CONFIGURE_ARGS+=       --without-emf
                     24: CONFIGURE_ENV+=                CXXFLAGS="${CFLAGS} -Dunix"
                     25: CONFIGURE_ENV+=                ac_cv_path_GS=${TOOLS_PATH.gs}
1.39      dmcmahil   26:
1.57      sbd        27: GNU_CONFIGURE_LIBSUBDIR=pstoedit       # plugin dir -- unused for now
1.83      adam       28: #BUILD_TARGET=
1.1       itohy      29:
1.22      grant      30: LIBS.SunOS+=   -ldl
                     31:
1.83      adam       32: DOCDIR=                ${PREFIX}/share/doc/${PKGBASE}
1.1       itohy      33:
1.83      adam       34: INSTALLATION_DIRS=     ${DOCDIR}
1.37      joerg      35:
1.1       itohy      36: post-install:
1.83      adam       37:        for f in ${WRKSRC}/doc/*.htm; do \
                     38:                ${INSTALL_DATA} $${f} ${DESTDIR}${DOCDIR}; \
1.15      seb        39:        done
1.83      adam       40:        ${INSTALL_DATA} ${WRKSRC}/doc/readme.txt ${DESTDIR}${DOCDIR}
1.1       itohy      41:
1.75      shattere   42: .include "../../archivers/libzip/buildlink3.mk"
1.86      jperkin    43: .include "../../converters/libiconv/buildlink3.mk"
1.39      dmcmahil   44: .include "../../graphics/gd/buildlink3.mk"
1.83      adam       45: .include "../../graphics/GraphicsMagick/buildlink3.mk"
                     46: # ImageMagick's v7 API is incompatible
                     47: #.include "../../graphics/ImageMagick/buildlink3.mk"
1.20      snj        48: .include "../../graphics/plotutils/buildlink3.mk"
1.39      dmcmahil   49: .include "../../graphics/png/buildlink3.mk"
1.49      obache     50: .include "../../multimedia/ming/buildlink3.mk"
1.1       itohy      51: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>