32 lines
659 B
Makefile
32 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.12 2002/07/17 20:34:23 lebel Exp $
|
|
|
|
COMMENT= 'wm-dockapp; shows sunrise/sunset times'
|
|
|
|
DISTNAME= wmSun-1.03
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= astro 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/
|
|
|
|
MAKE_ENV= CC="${CC}"
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKSRC= ${WRKDIST}/wmSun
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC} && make clean
|
|
|
|
.include <bsd.port.mk>
|