blob: 9c316ac0c97e5792960afe81dce4d48a5c36f934 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2003/03/03 04:17:38 jschauma Exp $
#
DISTNAME= xearth-1.1
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
ftp://ftp.cs.colorado.edu/users/tuna/
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.cs.colorado.edu/~tuna/xearth/index.html
COMMENT= Rotating map of the Earth in X11 root window
USE_BUILDLINK2= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|