diff options
author | joerg <joerg> | 2010-02-03 22:58:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-03 22:58:38 +0000 |
commit | ed72286f8bb3dec254148d3715ec9f1980e73509 (patch) | |
tree | 08b492325c68d19875956cdf1af9a3c837497c61 /graphics/impress | |
parent | bf0fa83ec888be16911e49200c6401c5f07f5a15 (diff) | |
download | pkgsrc-ed72286f8bb3dec254148d3715ec9f1980e73509.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 |