mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
16 lines
254 B
Makefile
16 lines
254 B
Makefile
|
#
|
||
|
# 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>
|