aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/xalarm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 23:05:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 23:05:59 +0000
commit8c2848e8cad7e6d09369bd2c4d9806993419da10 (patch)
tree35233f7341a6809a2fba1ba182ee40c9f7bf3829 /x11-clocks/xalarm
parentee366fa4406237cda521e31801cd1d23cf0c08ec (diff)
downloadports-8c2848e8cad7e6d09369bd2c4d9806993419da10.tar.gz
ports-8c2848e8cad7e6d09369bd2c4d9806993419da10.zip
Convert to USES=imake
Notes
Notes: svn path=/head/; revision=322014
Diffstat (limited to 'x11-clocks/xalarm')
-rw-r--r--x11-clocks/xalarm/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile
index 441ad46a0e9b..468ee12d0355 100644
--- a/x11-clocks/xalarm/Makefile
+++ b/x11-clocks/xalarm/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xalarm
-# Date created: 4 December 1996
-# Whom: desmo@bandwidth.org
-#
+# Created by: desmo@bandwidth.org
# $FreeBSD$
-#
PORTNAME= xalarm
PORTVERSION= 3.06
@@ -13,17 +9,15 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= ports@FreeBSD.org
-COMMENT= An X based alarm clock
+COMMENT= X based alarm clock
-USE_IMAKE= yes
+USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
IS_INTERACTIVE= yes
-.include <bsd.port.pre.mk>
-
MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
pre-install:
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>