pkgsrc/x11/dclock/Makefile
agc 7cbc7f8c79 Make this package compile on Solaris.
Apply Robert Elz's patch from PR 8366 to make the package behave like a
clock, rather than a sundial, when it comes to updating the displayed
time.

Modify the man page to identify the correct resource for "military time".
Whilst I share Robert's concerns about this being an incorrectly-used term,
it's outwith the scope of pkgsrc to modify arguments to the program such
as "-m", or any resources that the program uses.

Fixes PR 8366.
1999-10-20 11:01:17 +00:00

17 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/10/20 11:01:17 agc Exp $
DISTNAME= dclock
PKGNAME= dclock-4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
EXTRACT_SUFX= .shar.Z
MAINTAINER= packages@netbsd.org
USE_X11BASE= yes
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} -
WRKSRC= ${WRKDIR}
MAKE_ENV+= CC="${CC}"
.include "../../mk/bsd.pkg.mk"