openbsd-ports/astro/wmspaceweather/Makefile
jasper 0fc8bd8d26 - switch to newstyle LIB_DEPENDS/WANTLIB
- switch to SUBST_CMD (sattrack)

ok aja@
2010-08-26 11:12:46 +00:00

32 lines
622 B
Makefile

# $OpenBSD: Makefile,v 1.24 2010/08/26 11:12:46 jasper 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://www.phil.uu.nl/~lievisse/distfiles/
MAKE_ENV= CC="${CC}"
USE_X11= Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmSpaceWeather
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>