diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-03 22:58:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-03 22:58:38 +0000 |
commit | 6b48c77e62a4028291bc2b87e18d266a77db3f43 (patch) | |
tree | 08b492325c68d19875956cdf1af9a3c837497c61 /graphics/impress | |
parent | a15b4643f8cb91341960f26a189eb174a6dc34d4 (diff) | |
download | pkgsrc-6b48c77e62a4028291bc2b87e18d266a77db3f43.tar.gz |
DESTDIR support
Diffstat (limited to 'graphics/impress')
-rw-r--r-- | graphics/impress/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/impress/Makefile b/graphics/impress/Makefile index 075b9b76380..7fd9c29e281 100644 --- a/graphics/impress/Makefile +++ b/graphics/impress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/03/22 04:53:39 manu Exp $ +# $NetBSD: Makefile,v 1.14 2010/02/03 22:58:38 joerg Exp $ # DISTNAME= imp1.1b9 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org # AWOL, but ccox@ is listed as board member of ntlug.org COMMENT= WYSIWYG vector graphics application +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= pstoedit>=3.19:../../graphics/pstoedit DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl DEPENDS+= tk>=8.3.2nb1:../../x11/tk @@ -20,6 +22,9 @@ WRKSRC= ${WRKDIR}/impress-1.1b9 USE_LANGUAGES= c++ +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} +INSTALLATION_DIRS+= bin + do-build: cd ${WRKSRC} && make make_impress make_font3d |