openbsd-ports/astro/wmspaceweather/Makefile

32 lines
602 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2010/11/15 00:22:46 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
REVISION = 4
WANTLIB= X11 Xext Xpm c
MASTER_SITES= http://distfiles.nl/
2002-07-17 16:34:22 -04:00
MAKE_ENV= CC="${CC}"
USE_GROFF = 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>