diff options
Diffstat (limited to 'x11-clocks/xalarm/Makefile')
-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 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> |