diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 07:05:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 07:05:59 +0800 |
commit | 6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7 (patch) | |
tree | 35233f7341a6809a2fba1ba182ee40c9f7bf3829 /x11-clocks/xtimer | |
parent | 083cb6a50361ddf57dc397721f0ef6d3b4d1670d (diff) | |
download | freebsd-ports-gnome-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.tar.gz freebsd-ports-gnome-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.tar.zst freebsd-ports-gnome-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.zip |
Convert to USES=imake
Diffstat (limited to 'x11-clocks/xtimer')
-rw-r--r-- | x11-clocks/xtimer/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile index e4405053f405..6e578c84a19f 100644 --- a/x11-clocks/xtimer/Makefile +++ b/x11-clocks/xtimer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtimer -# Date created: 19 May 2000 -# Whom: candy@kgc.co.jp -# +# Created by: candy@kgc.co.jp # $FreeBSD$ -# PORTNAME= xtimer PORTVERSION= 0.8089 @@ -13,9 +9,9 @@ MASTER_SITES= http://www.bsddiary.net/xtimer/ DISTNAME= ${PORTNAME}-8089 MAINTAINER= candy@kgc.co.jp -COMMENT= A simple digital timer for X11 +COMMENT= Simple digital timer for X11 -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xtimer.1 PLIST_FILES= bin/xtimer |