21 lines
355 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2019/07/12 20:51:08 sthen Exp $
COMMENT= round, analog X11 clock with bezier curve hands
1998-01-23 05:52:11 +00:00
DISTNAME= bclock-1.0
REVISION= 3
1998-01-23 05:52:11 +00:00
CATEGORIES= x11
2002-10-29 19:48:57 +00:00
2002-05-15 17:58:49 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/clocks/}
1998-01-23 05:52:11 +00:00
# X11
PERMIT_PACKAGE= Yes
2008-02-01 21:38:26 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c m
2000-03-23 20:14:18 +00:00
CONFIGURE_STYLE= imake
1998-01-23 05:52:11 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
1998-01-23 05:52:11 +00:00
.include <bsd.port.mk>