openbsd-ports/astro/wmspaceweather/Makefile
2010-10-24 20:58:58 +00:00

32 lines
605 B
Makefile

# $OpenBSD: Makefile,v 1.27 2010/10/24 20:58:59 ajacoutot Exp $
COMMENT= wm-dockapp; space weather monitor
DISTNAME= wmSpaceWeather-1.04
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
REVISION = 4
WANTLIB= X11 Xext Xpm c
MASTER_SITES= http://distfiles.nl/
MAKE_ENV= CC="${CC}"
USE_GROFF = Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmSpaceWeather
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>