blob: a461dac586405088e6c67a473100d79af7f89816 (
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= 10
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>
|