34 lines
672 B
Makefile
Raw Normal View History

2011-09-16 08:26:09 +00:00
# $OpenBSD: Makefile,v 1.26 2011/09/16 08:26:10 espie Exp $
2007-09-15 10:37:21 +00:00
COMMENT= wm-dockapp; displays the earth on an icon
2001-08-28 14:45:47 +00: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 16:01:51 +00:00
2011-09-16 08:26:09 +00:00
REVISION = 3
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
2002-07-17 20:29:40 +00:00
MAKE_ENV= CC="${CC}"
2001-10-25 22:34:48 +00:00
NO_REGRESS= Yes
USE_GROFF = Yes
.include <bsd.port.mk>