openbsd-ports/astro/wmspaceweather/Makefile

32 lines
679 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2002/05/15 09:30:21 wilfried Exp $
COMMENT= 'wm-dockapp; space weather monitor'
DISTNAME= wmSpaceWeather-1.04
PKGNAME= ${DISTNAME:L}
CATEGORIES= astro x11 x11/windowmaker
2002-03-21 15:35:40 -05:00
NEED_VERSION= 1.515
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
2001-11-14 08:58:34 -05:00
RUN_DEPENDS= :wget-*:net/wget
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>