diff options
author | dmcmahill <dmcmahill> | 2002-08-03 14:02:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-08-03 14:02:00 +0000 |
commit | ebfd99b33b7f1973adab0b02a26b7bb0423720c5 (patch) | |
tree | b0b44aa2be5c479d51e77b30ea7ad27c93ed2459 /graphics/blender/Makefile | |
parent | 81919a0892478a8eb2c4f57b288344313e128e5a (diff) | |
download | pkgsrc-ebfd99b33b7f1973adab0b02a26b7bb0423720c5.tar.gz |
add sparc PLIST and enable in Makefile. Also change the check to look
for a compat_svr4 setup rather than compat_sunos as its a solaris-2.6
binary. Finally, add a mirror site.
Diffstat (limited to 'graphics/blender/Makefile')
-rw-r--r-- | graphics/blender/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 68af481f17d..58cce6007d8 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2002/07/14 22:50:33 rh Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/03 14:02:00 dmcmahill Exp $ PKGNAME= blender-2.11 PKGREVISION= 5 CATEGORIES= graphics -MASTER_SITES= ftp://www.blender.nl/pub/ +MASTER_SITES= ftp://www.blender.nl/pub/ \ + ftp://ftp.cs.umn.edu/pub/blender/pub/versions/2.11 MAINTAINER= manu@netbsd.org HOMEPAGE= http://www.blender.nl @@ -17,7 +18,7 @@ NO_BUILD= yes CHECK_SHLIBS= NO # To be updated as other platforms PLIST will be built -ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc +ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-sparc .if (${MACHINE_ARCH} == "alpha") .if !exists(/emul/linux/lib/ld.so.1) @@ -31,8 +32,8 @@ DISTNAME= blender2.11-linux-glibc2.1.2-i386-static PLIST_ARCH= linux-i386 # .elif (${MACHINE_ARCH} == "sparc") -.if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" +.if !exists(/emul/svr4/usr/lib/ld.so) +IGNORE= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" .endif DISTNAME= blender2.11-solaris-2.6-sparc EXTRACT_SUFX= .tar.Z |