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

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

1.62    ! asau        1: # $NetBSD: Makefile,v 1.61 2012/08/18 08:49:41 ryoon Exp $
1.1       itohy       2:
1.56      wiz         3: DISTNAME=      pstoedit-3.60
1.61      ryoon       4: PKGREVISION=   3
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.49      obache     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.41      joerg      15: MAKE_JOBS_SAFE=                no
                     16:
1.59      wiz        17: USE_TOOLS+=    gs:run pkg-config
1.31      jlam       18:
1.9       itohy      19: USE_LIBTOOL=   yes
1.35      rillig     20: USE_LANGUAGES= c c++
1.1       itohy      21: GNU_CONFIGURE= yes
                     22: CONFIGURE_ENV+=        CXXFLAGS="${CFLAGS} -Dunix"
1.49      obache     23: CONFIGURE_ENV+=        ac_cv_path_GS=${TOOLS_PATH.gs}
1.39      dmcmahil   24:
                     25: # needs libEMF which has build problems on alpha and probably
                     26: # other 64-bit systems
                     27: CONFIGURE_ARGS+=--without-emf
                     28:
1.9       itohy      29: CONFIGURE_ARGS+=--datadir=${PREFIX}/share
1.57      sbd        30: GNU_CONFIGURE_LIBSUBDIR=pstoedit       # plugin dir -- unused for now
1.25      wiz        31: BUILD_TARGET=
1.1       itohy      32:
1.22      grant      33: LIBS.SunOS+=   -ldl
                     34:
1.15      seb        35: DOCDIR=                ${PREFIX}/share/doc/pstoedit
                     36: HTMLDIR=       ${PREFIX}/share/doc/html/pstoedit
1.29      drochner   37: DOCSRC=                ${WRKSRC}/doc
1.1       itohy      38:
1.37      joerg      39: INSTALLATION_DIRS=     ${DOCDIR} ${HTMLDIR}
                     40:
1.1       itohy      41: post-install:
1.15      seb        42:        for f in ${DOCSRC}/*.htm; do                    \
1.37      joerg      43:           ${INSTALL_DATA} $${f}        ${DESTDIR}${HTMLDIR};   \
1.15      seb        44:        done
1.37      joerg      45:        ${INSTALL_DATA} ${DOCSRC}/readme.txt    ${DESTDIR}${DOCDIR}
1.1       itohy      46:
1.39      dmcmahil   47: .include "../../graphics/gd/buildlink3.mk"
                     48: .include "../../graphics/ImageMagick/buildlink3.mk"
1.20      snj        49: .include "../../graphics/plotutils/buildlink3.mk"
1.39      dmcmahil   50: .include "../../graphics/png/buildlink3.mk"
1.49      obache     51: .include "../../multimedia/ming/buildlink3.mk"
1.1       itohy      52: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>