summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-02 18:41:57 +0000
committerwiz <wiz>2001-04-02 18:41:57 +0000
commit357786cdb10e21ceb48f6a82cbdba69d17d90664 (patch)
treeeee782e138901e9ed1e61714f3965d909749f32d /graphics
parenta2f6b3d05e74edda38de368efedf042a2a511983 (diff)
downloadpkgsrc-357786cdb10e21ceb48f6a82cbdba69d17d90664.tar.gz
Indentation & MKDIR -> INSTALL_DATA_DIR.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blender/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index f216ffc72cc..05c4b249ae1 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/16 00:33:18 manu Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/02 18:41:57 wiz Exp $
#
-PKGNAME= blender-2.11.nb1
+PKGNAME= blender-2.11.nb1
CATEGORIES= graphics
MASTER_SITES= ftp://www.blender.nl/pub/
MAINTAINER= manu@netbsd.org
HOMEPAGE= http://www.blender.nl
-COMMENT= GUI based raytracer
+COMMENT= GUI based raytracer
RESTRICTED= "Only the original, unmodified package may be freely distributed"
NO_BIN_ON_FTP= ${RESTRICTED}
@@ -20,37 +20,37 @@ ONLY_FOR_PLATFORM= *-*-powerpc
.if (${MACHINE_ARCH} == "alpha")
.if !exists(/emul/linux/lib/ld.so.1)
-IGNORE= "${PKGNAME} requires Linux libraries - see compat_linux(8)"
+IGNORE= "${PKGNAME} requires Linux libraries - see compat_linux(8)"
.endif
DISTNAME= blender2.11-linux-glibc2.1.3-alpha-static
#
.elif (${MACHINE_ARCH} == "i386")
-DEPENDS+= suse_linux>=6.4:../../emulators/suse_linux
+DEPENDS+= suse_linux>=6.4:../../emulators/suse_linux
DISTNAME= blender2.11-linux-glibc2.1.2-i386-static
#
.elif (${MACHINE_ARCH} == "sparc")
.if !exists(/emul/sunos/usr/lib/ld.so)
-IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)"
+IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)"
.endif
-DISTNAME= blender2.11-solaris-2.6-sparc
+DISTNAME= blender2.11-solaris-2.6-sparc
EXTRACT_SUFX= .tar.Z
#
.elif (${MACHINE_ARCH} == "powerpc")
.if !exists(/emul/linux/lib/ld.so.1)
-IGNORE= "${PKGNAME} requires Linux libraries - see compat_linux(8)"
+IGNORE= "${PKGNAME} requires Linux libraries - see compat_linux(8)"
.endif
-DEPENDS+= linuxppc_lib>=2000.q4.2:../../emulators/linuxppc_lib
+DEPENDS+= linuxppc_lib>=2000.q4.2:../../emulators/linuxppc_lib
DISTNAME= blender2.11-linux-glibc2.1.3-powerpc-static
PLIST_ARCH= linux-powerpc
#
.else
-IGNORE= "Your platform is not supported and the package is buggy!"
+IGNORE= "Your platform is not supported and the package is buggy!"
.endif
PLIST_SRC= ${PKGDIR}/PLIST.${PLIST_ARCH}
do-install:
- ${MKDIR} ${PREFIX}/lib/blender
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/blender
${CP} -Rp ${WRKSRC}/* ${PREFIX}/lib/blender/
${LN} -sf ${PREFIX}/lib/blender/blender ${PREFIX}/bin/blender