blob: e632d3738e33c70f49babd7c61d0b30e687335e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xtimer
# Version required: 0.8087
# Date created: 05 Apr 1997
# Whom: candy@fct.kgc.co.jp
#
# $NetBSD: Makefile,v 1.3 1998/01/25 00:53:16 hubertf Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/15 10:44:39 asami Exp
#
DISTNAME= xtimer-8087
PKGNAME= xtimer-0.8087
CATEGORIES= misc
MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xtimer/
MAINTAINER= candy@fct.kgc.co.jp
USE_IMAKE= yes
MAN1= xtimer.1
.include <bsd.port.mk>
|