Submitted by Peter Stromberg <home@wilfried.net>. wmSun displays the current day's sun rise and set times. You must enter your latitude and longitude correctly for it to work.
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 22:10:18 naddy Exp $
|
|
|
|
DISTNAME= wmSun-1.03
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= astro 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
|
|
|
|
WRKSRC= ${WRKDIST}/wmSun
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}; make clean
|
|
|
|
.include <bsd.port.mk>
|