diff options
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r-- | astro/xearth/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile new file mode 100644 index 000000000000..127c781f27ac --- /dev/null +++ b/astro/xearth/Makefile @@ -0,0 +1,15 @@ +# +# Makefile for x11/xearth (FreeBSD) - piero Sat Oct 29 12:37:15 PDT 1994 +# $Id: $ +# + +# Distribution stuff +DISTNAME= xearth-0.92 +MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ + +# working directory +WRKDIR= work + +USE_IMAKE= is_set + +.include <bsd.port.mk> |