diff options
author | obache <obache> | 2008-05-11 05:24:50 +0000 |
---|---|---|
committer | obache <obache> | 2008-05-11 05:24:50 +0000 |
commit | 8deee584798e11003ee95d97fa405bfc4343df26 (patch) | |
tree | 5fd01defe2b0934df5e2fb5b0e00d8b5d8f54090 /x11/xmascot/Makefile | |
parent | b63c0cfdb93fe7a9fd56f5517bbbf9abd3ecbbdb (diff) | |
download | pkgsrc-8deee584798e11003ee95d97fa405bfc4343df26.tar.gz |
Update XMascot to 2.6a.
97/10/24 Ver 2.6 Release
* fixes contrib
* some trivial fixes
97/10/16 Ver 2.6 Pre
* start to release
* trivial fixes for doument
* minor fixes.
97/08/10 Ver 2.6alpha (COMIKET Version)
* Various fixes but vaguely remember
* improve imagelib drastically
* support gif and bmp
* temporary delete pnm/tif
* introduce PixCore
* remove various global variables.
* DUMMY_SETLOCALE
* cut off cursor pattern (resource addressable)
* move settings to config.tmpl
* remove transparent color related options
(involve with changing standard data to GIF-lize. when absolutely necessary,
specify resource with -xrm option)
* add option -drawtiming for skip drawing
* since COMIKET Version, with adjunct data. no redistributable.
Diffstat (limited to 'x11/xmascot/Makefile')
-rw-r--r-- | x11/xmascot/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 32a0ee4fe54..d78eb411900 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2008/04/16 06:13:57 obache Exp $ +# $NetBSD: Makefile,v 1.21 2008/05/11 05:24:50 obache Exp $ -DISTNAME= xmascot2.5p2 -PKGNAME= xmascot-2.5p2 -PKGREVISION= 2 +DISTNAME= xmascot2.6a +PKGNAME= xmascot-2.6a CATEGORIES= x11 MASTER_SITES= http://cclub-flying.dsl.gr.jp/products/xmascot/ @@ -10,11 +9,12 @@ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp HOMEPAGE= http://cclub-flying.dsl.gr.jp/products/xmascot/ COMMENT= Moving mascot on your X-Window screen +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes -.include "../../mk/bsd.prefs.mk" +INSTALL_MAKE_FLAGS+= LANG=ja_JP.eucJP .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |