openbsd-ports/astro/wmsun/Makefile
2022-03-11 18:17:37 +00:00

25 lines
383 B
Makefile

COMMENT= wm-dockapp; shows sunrise/sunset times
DISTNAME= wmSun-1.03
PKGNAME= ${DISTNAME:L}
REVISION= 6
CATEGORIES= astro x11 x11/windowmaker
# GPL
PERMIT_PACKAGE= Yes
WANTLIB= X11 Xext Xpm c m
MASTER_SITES= https://distfiles.sigtrap.nl/
MAKE_ENV= CC="${CC}"
NO_TEST= Yes
WRKSRC= ${WRKDIST}/wmSun
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>