openbsd-ports/astro/wmsun/Makefile
2011-12-18 09:01:19 +00:00

32 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.27 2011/12/18 09:01:45 ajacoutot Exp $
COMMENT= wm-dockapp; shows sunrise/sunset times
DISTNAME= wmSun-1.03
PKGNAME= ${DISTNAME:L}
CATEGORIES= astro x11 x11/windowmaker
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REVISION = 3
WANTLIB= X11 Xext Xpm c m
MASTER_SITES= http://distfiles.nl/
MAKE_ENV= CC="${CC}"
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmSun
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>