mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
6aae51b6c6
Submitted by: portmgr (blanket infrastructure)
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# Created by: candy@kgc.co.jp
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtimer
|
|
PORTVERSION= 0.8089
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://www.bsddiary.net/xtimer/
|
|
DISTNAME= ${PORTNAME}-8089
|
|
|
|
MAINTAINER= candy@kgc.co.jp
|
|
COMMENT= Simple digital timer for X11
|
|
|
|
USES= imake
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
PLIST_FILES= bin/xtimer man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|