28 lines
511 B
Makefile
28 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.32 2019/07/12 20:43:31 sthen Exp $
|
|
|
|
COMMENT= wm-dockapp; displays the earth on an icon
|
|
|
|
DISTNAME= wmglobe-1.3
|
|
REVISION= 6
|
|
CATEGORIES= astro x11 x11/windowmaker
|
|
|
|
HOMEPAGE= http://hamete.org/static/wmg/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= X11 Xext Xpm c m z jpeg tiff png gif wraster
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
graphics/tiff \
|
|
graphics/png \
|
|
graphics/giflib \
|
|
x11/windowmaker
|
|
|
|
MAKE_ENV= CC="${CC}"
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|