diff options
Diffstat (limited to 'x11/xmascot/Makefile')
-rw-r--r-- | x11/xmascot/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index d181fc6..856a753 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,21 +1,20 @@ -# New ports collection makefile for: xmascot -# Version required: 2.5p2 -# Date created: 20 November 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: xmascot +# Version required: 2.6a +# Date created: 20 November 1996 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xmascot2.5p2 -PKGNAME= xmascot-2.5p2 +DISTNAME= xmascot2.6a +PKGNAME= xmascot-2.6a CATEGORIES= x11 -MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ +MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \ + http://cclub-flying.dsl.gr.jp/products/xmascot/ MAINTAINER= nakai@FreeBSD.org -USE_GMAKE= yes USE_IMAKE= yes MAN1= xmascot.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |