openbsd-ports/misc/wmtimer/Makefile
wilfried 16cadfcb38 update to wmtimer-2.7
- Fixed a bug in the state handling that caused the alarm action
  to occur several times.

- Fixed a bug in the that caused the bell to beep/an initial action
  to occur if the command line option to start in countdown mode
  is used but no time is specified.
2003-04-02 09:43:34 +00:00

31 lines
593 B
Makefile

# $OpenBSD: Makefile,v 1.16 2003/04/02 09:43:34 wilfried Exp $
COMMENT= 'wm-dockapp; alarm clock'
DISTNAME= wmtimer-2.7
CATEGORIES= misc x11 x11/windowmaker
HOMEPAGE= http://www.dwave.net/~jking/wmtimer/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= gtk.1,gdk.1::x11/gtk+
USE_X11= Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmtimer
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/wmtimer ${PREFIX}/bin
.include <bsd.port.mk>