25 lines
527 B
Makefile
25 lines
527 B
Makefile
# OpenBSD makefile for: xtimer
|
|
# Version required: 0.8087
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.12 2002/03/21 21:09:19 espie Exp $
|
|
#
|
|
|
|
COMMENT= "super simple digital timer for X11"
|
|
|
|
DISTNAME= xtimer-8089
|
|
PKGNAME= xtimer-0.8089
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.515
|
|
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
|
|
|
|
.include <bsd.port.mk>
|