DESTDIR support
This commit is contained in:
parent
599bdb65eb
commit
68d63db47b
2 changed files with 18 additions and 7 deletions
|
@ -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:18:44 joerg Exp $
|
||||
|
||||
VERSION= 1.27
|
||||
DISTNAME= pidgin-facebookchat-source-${VERSION}
|
||||
|
@ -13,14 +13,21 @@ MAINTAINER= smb@NetBSD.org
|
|||
HOMEPAGE= http://code.google.com/p/pidgin-facebookchat/
|
||||
COMMENT= Plugin for pidgin to support Facebook IM
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
SUBST_MESSAGE.paths= Fixing absolute paths.
|
||||
SUBST_FILES.paths= Makefile
|
||||
SUBST_SED.paths= -e 's+-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include+-I${BUILDLINK_DIR}/include/glib/glib-2.0/glib -I${BUILDLINK_DIR}/include/glib/glib-2.0 -I${BUILDLINK_DIR}/lib/glib-2.0/include+g'
|
||||
SUBST_SED.paths+= -e 's+-I/usr/include/libpurple+-I${BUILDLINK_DIR}/include/libpurple+g'
|
||||
SUBST_SED.paths+= -e 's+/usr/share/+${PREFIX}/share/+g'
|
||||
SUBST_SED.paths+= -e 's+/usr/lib/+${PREFIX}/lib/+g'
|
||||
SUBST_SED.paths+= -e 's+/usr/share/+${DESTDIR}${PREFIX}/share/+g'
|
||||
SUBST_SED.paths+= -e 's+/usr/lib/+${DESTDIR}${PREFIX}/lib/+g'
|
||||
|
||||
INSTALLATION_DIRS+= lib/purple-2 \
|
||||
share/pixmaps/pidgin/protocols/16 \
|
||||
share/pixmaps/pidgin/protocols/22 \
|
||||
share/pixmaps/pidgin/protocols/48
|
||||
|
||||
.include "../../chat/pidgin/buildlink3.mk"
|
||||
.include "../../chat/libpurple/buildlink3.mk"
|
||||
|
|
|
@ -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= share/doc/pidgin-latex
|
||||
INSTALLATION_DIRS= lib/pidgin 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
|
||||
|
|
Loading…
Reference in a new issue