diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-28 23:05:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-28 23:05:59 +0000 |
commit | 6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7 (patch) | |
tree | 35233f7341a6809a2fba1ba182ee40c9f7bf3829 /x11-clocks/xalarm | |
parent | 083cb6a50361ddf57dc397721f0ef6d3b4d1670d (diff) | |
download | FreeBSD-ports-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.zip FreeBSD-ports-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.tar.gz |
Convert to USES=imake
Diffstat (limited to 'x11-clocks/xalarm')
-rw-r--r-- | x11-clocks/xalarm/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile index 441ad46..468ee12 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> |