9cf060dd31
Submitted by Peter Stromberg <home@wilfried.net>. wmWeather monitors local weather conditions (temperature, dew point, pressure, humidity and wind direction and speed).
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 22:13:42 naddy Exp $
|
|
|
|
DISTNAME= wmWeather-1.31
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.348
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|
|
|
|
MAINTAINER= Peter Stromberg <home@wilfried.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= wget::net/wget
|
|
|
|
WRKSRC= ${WRKDIST}/Src
|
|
|
|
.include <bsd.port.mk>
|