diff options
author | is <is> | 2001-11-26 20:39:14 +0000 |
---|---|---|
committer | is <is> | 2001-11-26 20:39:14 +0000 |
commit | 7ec961b4f776a576d450510cae9b31d7a19e4099 (patch) | |
tree | f25cd31560a180af8986619e12ea4dd5a19ae040 /time/globe/Makefile | |
parent | 158a82812a36c52a2afe498b1107b3b0545468f2 (diff) | |
download | pkgsrc-7ec961b4f776a576d450510cae9b31d7a19e4099.tar.gz |
Display lit face of Earth in ASCII (twin of phoon)
Diffstat (limited to 'time/globe/Makefile')
-rw-r--r-- | time/globe/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/time/globe/Makefile b/time/globe/Makefile new file mode 100644 index 00000000000..399ad435192 --- /dev/null +++ b/time/globe/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2001/11/26 20:39:14 is Exp $ +# + +DISTNAME= globe_26mar94 +PKGNAME= globe-19940326 +CATEGORIES= time +MASTER_SITES= http://www.acme.com/software/globe/ + +MAINTAINER= is@netbsd.org +HOMEPAGE= http://www.acme.com/software/globe/ +COMMENT= display the currently-lighted face of Earth in ASCII + +WRKSRC= ${WRKDIR}/globe + +.include "../../mk/bsd.pkg.mk" |