openbsd-ports/x11/sclock/Makefile
pyr fd633351ae sclock is a simple digital clock.
It displays the time in a small led display resembling your old
Casio(tm) wristwatch.

ok steven@
2007-05-24 12:44:53 +00:00

24 lines
419 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/05/24 12:44:53 pyr Exp $
COMMENT= "simple digital clock"
DISTNAME= sclock-0.6
CATEGORIES= x11
HOMEPAGE= http://spootnik.org/sclock/
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
WANTLIB= c X11
.include <bsd.port.mk>