diff options
Diffstat (limited to 'graphics/hermes/Makefile')
-rw-r--r-- | graphics/hermes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index a1905858a84..e8a08bbc535 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/01/19 09:16:24 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:31 joerg Exp $ DISTNAME= Hermes-1.3.3 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.clanlib.org/hermes/ COMMENT= Library for conversion of pixel graphics +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Hermes-1.3.3 USE_LIBTOOL= yes GNU_CONFIGURE= yes |