diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:20:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:20:47 +0000 |
commit | 1f1e1cd7771e3f9198e7477a26c4b19bed15a60c (patch) | |
tree | b659c6f716473055bd3cd07a12bfdd5585547091 /multimedia/xanim/Makefile | |
parent | 93b6d81eda79235ea94a76aa8f5218fa12c7b844 (diff) |
Notes
Diffstat (limited to 'multimedia/xanim/Makefile')
-rw-r--r-- | multimedia/xanim/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index ec6d02947b3a..60eb3a61cef4 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -6,13 +6,16 @@ # PORTNAME= xanim -PORTVERSION= 2.80.1 +PORTVERSION= 2.80.2 CATEGORIES= graphics MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/dlls/ DISTNAME= xanim2801 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} +PATCH_SITES= http://virtual-estates.net/port-stuff/ +PATCHFILES= xanim-2801-to-2802-patch.gz + MAINTAINER= ports@FreeBSD.org EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ @@ -27,6 +30,8 @@ MAN1= xanim.1 DLLDIR= ${PREFIX}/lib/X11/xanim +MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines + post-extract: ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} |