diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/Makefile | 3 | ||||
-rw-r--r-- | graphics/divxplayer/Makefile | 3 | ||||
-rw-r--r-- | graphics/mtv/Makefile | 3 | ||||
-rw-r--r-- | graphics/ns-flash/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index d8e1f6ee55f..3d7036bf795 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/12/16 14:10:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/26 04:05:44 jschauma Exp $ PKGNAME= blender-2.11 PKGREVISION= 5 @@ -64,3 +64,4 @@ do-install: ${LN} -sf ../lib/blender/blender ${PREFIX}/bin/blender .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/divxplayer/Makefile b/graphics/divxplayer/Makefile index 539b94fde15..7db20a2a3b8 100644 --- a/graphics/divxplayer/Makefile +++ b/graphics/divxplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:11:33 fredb Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:44 jschauma Exp $ DISTNAME= divx-player-installer PKGNAME= divxplayer-0.2.0 @@ -37,3 +37,4 @@ do-install: ${PREFIX}/bin/${BINARY:S/.bin$//} .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 6b74792cc6b..5b073590bed 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/04/04 12:29:48 tron Exp $ +# $NetBSD: Makefile,v 1.33 2003/03/26 04:05:43 jschauma Exp $ DISTNAME= mtv-1.2.5 CATEGORIES= graphics @@ -36,3 +36,4 @@ post-install: ${CHMOD} +x ${PREFIX}/emul/linux/usr/doc/mtv .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index 148bc670ec9..ea3045d09f7 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/09/23 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2003/03/26 04:05:43 jschauma Exp $ DISTNAME= flash_${DISTUNAME} CATEGORIES= graphics www @@ -57,3 +57,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR} .include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" |