21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/10/27 21:07:54 naddy Exp $
|
|
|
|
COMMENT= "super simple digital timer for X11"
|
|
|
|
DISTNAME= xtimer-8089
|
|
PKGNAME= xtimer-0.8089
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xtimer/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|