pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cambevao update for new homepage and add PKG_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9947b3b42b0
branches:  trunk
changeset: 554190:a9947b3b42b0
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Feb 10 11:59:16 2009 +0000

description:
update for new homepage and add PKG_DESTDIR_SUPPORT. Bump PKGREVISION

diffstat:

 graphics/cambevao/Makefile |  21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r bacf9e26eb18 -r a9947b3b42b0 graphics/cambevao/Makefile
--- a/graphics/cambevao/Makefile        Tue Feb 10 11:54:04 2009 +0000
+++ b/graphics/cambevao/Makefile        Tue Feb 10 11:59:16 2009 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.14 2007/09/02 12:53:20 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2009/02/10 11:59:16 abs Exp $
 #
 
 DISTNAME=              cambevao-2.2
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            graphics
-MASTER_SITES=          http://core.de/~coto/projects/cambevao/
+MASTER_SITES=          http://coto.marsrakete.de/projects/cambevao/
 
 MAINTAINER=            abs%NetBSD.org@localhost
-HOMEPAGE=              http://core.de/~coto/projects/cambevao/
-COMMENT=               Grabs images as jpg from bktr and ov511+ based USB webcams
+HOMEPAGE=              http://coto.marsrakete.de/projects/cambevao/
+COMMENT=               Grabs jpg images from bktr and ov511+ based USB webcams
 
 MAKE_ENV+=             prefix=${PREFIX:Q}
 MAKE_FLAGS+=           INSTALL=${INSTALL_PROGRAM:Q}
@@ -18,10 +18,15 @@
 INSTALLATION_DIRS=     bin share/examples/cambevao share/examples/rc.d
 
 ONLY_FOR_PLATFORM=     NetBSD-*-* FreeBSD-*-* DragonFly-*-*
+PKG_DESTDIR_SUPPORT=   user-destdir
 
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/cambevao.xml ${PREFIX}/share/examples/cambevao
-       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cambevao.README
+INSTALLATION_DIRS+=    ${PREFIX}/share/examples/cambevao
+INSTALLATION_DIRS+=    ${PREFIX}/share/doc
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/cambevao ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/cambevao.xml ${DESTDIR}${PREFIX}/share/examples/cambevao
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cambevao.README
 
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index