diff options
author | agc <agc> | 1998-02-05 15:39:59 +0000 |
---|---|---|
committer | agc <agc> | 1998-02-05 15:39:59 +0000 |
commit | 4dc0f70400b06885f5d71c390667a89a7cc39d66 (patch) | |
tree | 6913c93f64f1b543ae15952d6a32c529ac42cdf3 /x11/xearth/Makefile | |
parent | 792699e98695db52ddd1d5a0af3ebcadf43ec85a (diff) | |
download | pkgsrc-4dc0f70400b06885f5d71c390667a89a7cc39d66.tar.gz |
Initial addition, to the NetBSD packages collection, of
xearth 1.0 - a utility to display an image of the Earth,
as viewed from space, in an X11 root window
Diffstat (limited to 'x11/xearth/Makefile')
-rw-r--r-- | x11/xearth/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile new file mode 100644 index 00000000000..258fd70998c --- /dev/null +++ b/x11/xearth/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 1998/02/05 15:39:59 agc Exp $ +# +# New ports collection makefile for: xearth +# Version required: 1.0 +# Date created: Mon Jan 19 14:34:50 GMT 1998 +# Whom: agc@netbsd.org +# + +DISTNAME= xearth-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ + +MAINTAINER= agc@netbsd.org + +USE_IMAKE= yes +CAT1= xearth.0 + +.include <bsd.port.mk> |