2015-01-22 22:58:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2015/01/22 22:58:17 naddy Exp $
|
2001-03-28 09:59:37 +00:00
|
|
|
|
2007-09-15 10:37:21 +00:00
|
|
|
COMMENT= wm-dockapp; displays the earth on an icon
|
2001-01-18 13:45:38 +00:00
|
|
|
|
2001-08-28 14:45:47 +00:00
|
|
|
DISTNAME= wmglobe-1.3
|
2013-09-25 07:56:56 +00:00
|
|
|
REVISION= 5
|
2001-03-09 14:28:45 +00:00
|
|
|
CATEGORIES= astro x11 x11/windowmaker
|
2001-01-18 13:45:38 +00:00
|
|
|
|
2006-10-12 15:20:55 +00:00
|
|
|
HOMEPAGE= http://hamete.org/static/wmg/
|
2001-03-09 14:28:45 +00:00
|
|
|
|
2002-05-15 09:30:21 +00:00
|
|
|
# GPL
|
2001-01-18 13:45:38 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-11 16:01:51 +00:00
|
|
|
|
2013-09-25 07:56:56 +00:00
|
|
|
WANTLIB= X11 Xext Xpm c m z jpeg tiff png gif wraster
|
2001-01-18 13:45:38 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2010-11-15 00:22:45 +00:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
|
|
graphics/tiff \
|
|
|
|
graphics/png \
|
2013-09-25 07:56:56 +00:00
|
|
|
graphics/giflib \
|
2010-11-15 00:22:45 +00:00
|
|
|
x11/windowmaker
|
2001-01-18 13:45:38 +00:00
|
|
|
|
2002-07-17 20:29:40 +00:00
|
|
|
MAKE_ENV= CC="${CC}"
|
2013-03-10 22:28:04 +00:00
|
|
|
NO_TEST= Yes
|
2001-01-18 13:45:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|