30 lines
613 B
Makefile
30 lines
613 B
Makefile
# $OpenBSD: Makefile,v 1.12 2002/05/15 09:30:22 wilfried Exp $
|
|
|
|
COMMENT= 'wm-dockapp; weather monitor'
|
|
|
|
DISTNAME= wmWeather-1.31
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= x11 x11/windowmaker
|
|
NEED_VERSION= 1.515
|
|
|
|
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
|
|
RUN_DEPENDS= :wget-*:net/wget
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKSRC= ${WRKDIST}/Src
|
|
|
|
.include <bsd.port.mk>
|