aboutsummaryrefslogtreecommitdiffstats
path: root/astro/wmglobe/Makefile
blob: 84bf34e6b06230744174e8a1e0f0dc301952d2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$

PORTNAME=   wmglobe
PORTVERSION=    1.3
PORTREVISION=   7
CATEGORIES= astro windowmaker geography
MASTER_SITES=   http://hamete.org/static/wmg/

MAINTAINER= will@FreeBSD.org
COMMENT=    Neat xearth-like WindowMaker dockapp

LIB_DEPENDS=    libwraster.so:${PORTSDIR}/x11-wm/libwraster

PLIST_FILES=    bin/wmglobe \
        man/man1/wmglobe.1.gz
MAKE_ARGS=  PREFIX=${STAGEDIR}${PREFIX}

.include <bsd.port.mk>