diff options
Diffstat (limited to 'x11-clocks/xtimer/Makefile')
-rw-r--r-- | x11-clocks/xtimer/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile new file mode 100644 index 0000000..cd97908 --- /dev/null +++ b/x11-clocks/xtimer/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xtimer +# Version required: 0.8087 +# Date created: 05 Apr 1997 +# Whom: candy@fct.kgc.co.jp +# +# $Id$ +# + +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 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |