openbsd-ports/astro/wmglobe/Makefile
naddy 1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00

32 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.27 2012/12/13 16:34:47 naddy Exp $
COMMENT= wm-dockapp; displays the earth on an icon
DISTNAME= wmglobe-1.3
REVISION = 4
CATEGORIES= astro x11 x11/windowmaker
HOMEPAGE= http://hamete.org/static/wmg/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c m z jpeg tiff png ungif wraster
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= graphics/jpeg \
graphics/tiff \
graphics/png \
graphics/libungif \
x11/windowmaker
MAKE_ENV= CC="${CC}"
NO_REGRESS= Yes
USE_GROFF = Yes
.include <bsd.port.mk>