diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-28 20:18:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-28 20:18:44 +0000 |
commit | 8ad659c2131e29931776b4e329fc4f9bfa29c453 (patch) | |
tree | 2a6034f90ce53e5d11167eebc96841fb0e0bc8d0 /chat/pidgin-latex | |
parent | c47aed747ee9d5a8c7bd48d1336f38789d3a9354 (diff) | |
download | pkgsrc-8ad659c2131e29931776b4e329fc4f9bfa29c453.tar.gz |
DESTDIR support
Diffstat (limited to 'chat/pidgin-latex')
-rw-r--r-- | chat/pidgin-latex/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index c4e97f117f7..eef2fabfbdf 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/01/20 14:04:52 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/28 20:19:01 joerg Exp $ VERSION= 1.2.1 PKGREVISION= 4 @@ -12,14 +12,18 @@ MAINTAINER= smb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/pidgin-latex/ COMMENT= Plugin for pidgin to render LaTeX as images +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_TOOLS+= pkg-config -#PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS= lib/pidgin share/doc/pidgin-latex -INSTALLATION_DIRS= share/doc/pidgin-latex +do-install: + ${INSTALL_LIB} ${WRKSRC}/LaTeX.so ${DESTDIR}${PREFIX}/lib/pidgin/LaTeX.so -post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-latex/ DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick |