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

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

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

CVSweb <webmaster@jp.NetBSD.org>