freebsd-ports/x11-clocks/xtimer/Makefile

19 lines
388 B
Makefile
Raw Normal View History

2013-06-29 01:05:59 +02:00
# Created by: candy@kgc.co.jp
1999-08-31 05:04:38 +02:00
# $FreeBSD$
PORTNAME= xtimer
2001-02-05 18:05:29 +01:00
PORTVERSION= 0.8089
PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= http://www.bsddiary.net/xtimer/
DISTNAME= ${PORTNAME}-8089
MAINTAINER= candy@kgc.co.jp
2013-06-29 01:05:59 +02:00
COMMENT= Simple digital timer for X11
2013-06-29 01:05:59 +02:00
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>