openbsd-ports/astro/wmglobe/Makefile

34 lines
714 B
Makefile
Raw Normal View History

2010-07-11 12:01:51 -04:00
# $OpenBSD: Makefile,v 1.21 2010/07/11 16:01:51 espie Exp $
2007-09-15 06:37:21 -04:00
COMMENT= wm-dockapp; displays the earth on an icon
2001-08-28 10:45:47 -04:00
DISTNAME= wmglobe-1.3
CATEGORIES= astro x11 x11/windowmaker
HOMEPAGE= http://hamete.org/static/wmg/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-11 12:01:51 -04:00
REVISION = 1
WANTLIB= X11 Xext Xpm c m pthread-stubs xcb z
MASTER_SITES= ${HOMEPAGE}
2006-08-01 07:17:55 -04:00
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
tiff.>=35::graphics/tiff \
png.>=2::graphics/png \
ungif.>=5::graphics/libungif \
wraster.>=4::x11/windowmaker
2002-07-17 16:29:40 -04:00
MAKE_ENV= CC="${CC}"
USE_X11= Yes
2001-10-25 18:34:48 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>