openbsd-ports/astro/wmspaceweather/Makefile

31 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.21 2009/08/10 06:29:52 kili Exp $
COMMENT= wm-dockapp; space weather monitor
DISTNAME= wmSpaceWeather-1.04
PKGNAME= ${DISTNAME:L}p3
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
WANTLIB= X11 Xext Xpm c pthread-stubs xcb
MASTER_SITES= http://humppa.nl/distfiles/
MAKE_ENV= CC="${CC}"
USE_X11= Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmSpaceWeather
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>