27 lines
558 B
Makefile
27 lines
558 B
Makefile
# OpenBSD makefile for: xtimer
|
|
# Version required: 0.8087
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.10 2001/05/06 02:31:42 lebel Exp $
|
|
#
|
|
|
|
COMMENT= "super simple digital timer for X11"
|
|
|
|
DISTNAME= xtimer-8089
|
|
PKGNAME= xtimer-0.8089
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xtimer/
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
.include <bsd.port.mk>
|