18 lines
352 B
Makefile
18 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.29 2019/07/14 00:39:34 naddy Exp $
|
|
|
|
COMMENT= set the root window to the image of earth
|
|
DISTNAME= xearth-1.1
|
|
REVISION = 5
|
|
CATEGORIES= astro x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|