openbsd-ports/misc/xtimer/Makefile

23 lines
450 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2011/05/05 18:33:33 gsoares Exp $
1998-05-20 03:53:08 -04:00
COMMENT= super simple digital timer for X11
DISTNAME= xtimer-8089
2010-11-05 04:24:49 -04:00
PKGNAME= xtimer-0.8089
REVISION= 3
1998-05-20 03:53:08 -04:00
CATEGORIES= misc
2002-10-27 16:07:53 -05:00
MASTER_SITES= http://www.bsddiary.net/xtimer/
1998-05-20 03:53:08 -04:00
2000-04-04 11:15:58 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-14 04:43:39 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
2000-02-12 01:29:49 -05:00
2006-11-13 06:20:24 -05:00
CONFIGURE_STYLE=imake
2002-10-27 16:07:53 -05:00
NO_REGRESS= Yes
1998-05-20 03:53:08 -04:00
.include <bsd.port.mk>