mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# 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>
|