[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / chat / pidgin-latex

Annotation of pkgsrc/chat/pidgin-latex/Makefile, Revision 1.37

1.37    ! jperkin     1: # $NetBSD: Makefile,v 1.36 2013/06/06 12:54:09 wiz Exp $
1.1       smb         2:
                      3: VERSION=       1.2.1
1.36      wiz         4: PKGREVISION=   30
1.1       smb         5: DISTNAME=      pidgin-latex-${VERSION}
                      6: EXTRACT_SUFX=  .tar.bz2
                      7: CATEGORIES=    chat print
                      8: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin-latex/}
                      9: WRKSRC=                ${WRKDIR}/pidgin-latex
                     10:
1.13      wiz        11: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       smb        12: HOMEPAGE=      http://sourceforge.net/projects/pidgin-latex/
                     13: COMMENT=       Plugin for pidgin to render LaTeX as images
                     14:
1.21      minskim    15: DEPENDS+=      dvipsk-[0-9]*:../../print/dvipsk
                     16: DEPENDS+=      tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
                     17: DEPENDS+=      tex-amsmath-[0-9]*:../../print/tex-amsmath
                     18: DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
                     19: DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
                     20:
1.1       smb        21: USE_TOOLS+=    gmake
1.2       smb        22: USE_TOOLS+=    pkg-config
1.1       smb        23:
1.7       joerg      24: INSTALLATION_DIRS=     lib/pidgin share/doc/pidgin-latex
1.1       smb        25:
1.7       joerg      26: do-install:
                     27:        ${INSTALL_LIB} ${WRKSRC}/LaTeX.so ${DESTDIR}${PREFIX}/lib/pidgin/LaTeX.so
1.1       smb        28:
                     29:        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-latex/
                     30:
1.4       drochner   31: DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
                     32:
1.1       smb        33: .include "../../chat/pidgin/buildlink3.mk"
                     34: .include "../../devel/glib2/buildlink3.mk"
                     35: .include "../../x11/gtk2/buildlink3.mk"
                     36:
                     37: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>