diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-11-05 16:33:47 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-11-05 16:33:47 +0000 |
commit | c48d45a7f3f9f44b39df5618d29edb2c5f27d814 (patch) | |
tree | a248d78c16581f07ce9230b1293ece41a32893a6 /editors/bitmap-emacs20/Makefile | |
parent | ccbb3b80a2aa75c59acbaa9bf7a3692ccda56b88 (diff) |
Notes
Diffstat (limited to 'editors/bitmap-emacs20/Makefile')
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index 0bc6a0b35d55..ba9d5b1b6c52 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/Makefile @@ -1,22 +1,20 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 7.19.05 +# Version required: 8.0 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bitmap-mule-${BITMAP_VENDOR}-${BITMAP_SNAPSHOT_VER} +DISTNAME= bitmap-mule-${BITMAP_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/yamaoka/bitmap/snapshots/ +MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ MAINTAINER= shige@FreeBSD.org # distfile version -BITMAP_VER= 7.19 -BITMAP_SNAPSHOT_VER= 07 -BITMAP_VENDOR= kory -BITMAP_PKG_VER= ${BITMAP_VER}.${BITMAP_SNAPSHOT_VER} +BITMAP_VER= 8.0 +BITMAP_PKG_VER= ${BITMAP_VER} BITMAPDOCDIR= share/doc/bitmap BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz |