2012-12-13 16:34:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2012/12/13 16:34:47 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
|
2012-12-13 16:34:47 +00:00
|
|
|
REVISION = 4
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-11 16:01:51 +00:00
|
|
|
|
2010-08-26 11:12:46 +00:00
|
|
|
WANTLIB= X11 Xext Xpm c m z jpeg tiff png ungif 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 \
|
|
|
|
graphics/libungif \
|
|
|
|
x11/windowmaker
|
2001-01-18 13:45:38 +00:00
|
|
|
|
2002-07-17 20:29:40 +00:00
|
|
|
MAKE_ENV= CC="${CC}"
|
2001-10-25 22:34:48 +00:00
|
|
|
NO_REGRESS= Yes
|
2010-11-15 00:22:45 +00:00
|
|
|
USE_GROFF = Yes
|
2001-01-18 13:45:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|