ports/astro/wmsun/Makefile

24 lines
377 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
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>