openbsd-ports/astro/wmspaceweather/Makefile

32 lines
639 B
Makefile
Raw Normal View History

2010-07-11 12:01:51 -04:00
# $OpenBSD: Makefile,v 1.23 2010/07/11 16:01:51 espie Exp $
2007-09-15 06:37:21 -04:00
COMMENT= wm-dockapp; space weather monitor
DISTNAME= wmSpaceWeather-1.04
2010-07-11 12:01:51 -04:00
PKGNAME= ${DISTNAME:L}
CATEGORIES= astro x11 x11/windowmaker
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 = 3
WANTLIB= X11 Xext Xpm c pthread-stubs xcb
2009-09-10 18:12:55 -04:00
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
2002-07-17 16:34:22 -04:00
MAKE_ENV= CC="${CC}"
USE_X11= Yes
2001-10-25 18:34:48 -04:00
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmSpaceWeather
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>