diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-25 02:16:57 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-25 02:16:57 +0000 |
commit | 752d3fe872f6147bfec05341887f570f969a6695 (patch) | |
tree | 919d71ce3a8715185f36e940809417f7c576f649 /multimedia/gxanim/Makefile | |
parent | c53246da9620f804f4dcb5422add0af42e583872 (diff) |
Notes
Diffstat (limited to 'multimedia/gxanim/Makefile')
-rw-r--r-- | multimedia/gxanim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gxanim/Makefile b/multimedia/gxanim/Makefile index 5b175045fefd..f2101de6c5a0 100644 --- a/multimedia/gxanim/Makefile +++ b/multimedia/gxanim/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: xanim -# Version required: 0.45 +# Version required: 0.50 # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: Rod Taylor # # $FreeBSD$ # -DISTNAME= gxanim-0.45 +DISTNAME= gxanim-0.50 CATEGORIES= graphics -MASTER_SITES= http://www.iag.net/~aleris/ +MASTER_SITES= http://www.iag.net/~aleris/ \ + http://www.zort.on.ca/software/ -MAINTAINER= rod@idiotswitch.org +MAINTAINER= rbt@zort.on.ca LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim @@ -20,7 +21,6 @@ GTK_CONFIG= ${X11BASE}/bin/gtk12-config USE_XLIB= yes USE_BZIP2= yes -WRKSRC= ${WRKDIR}/gxanim MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.mk> |