openbsd-ports/astro/wmsun/Makefile
ajacoutot 2263097d6f - remove dead HOMEPAGE
- regen patches while here

ok wilfried@
2007-12-18 10:39:47 +00:00

31 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.18 2007/12/18 10:39:47 ajacoutot Exp $
COMMENT= wm-dockapp; shows sunrise/sunset times
DISTNAME= wmSun-1.03
PKGNAME= ${DISTNAME:L}p1
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
WANTLIB= X11 Xext Xpm c m
MASTER_SITES= http://humppa.nl/distfiles/
MAKE_ENV= CC="${CC}"
USE_X11= Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmSun
post-extract:
@cd ${WRKSRC} && make clean
.include <bsd.port.mk>