aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/xalarm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/xalarm/Makefile')
-rw-r--r--x11-clocks/xalarm/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile
deleted file mode 100644
index 03fc070d235c..000000000000
--- a/x11-clocks/xalarm/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: desmo@bandwidth.org
-# $FreeBSD$
-
-PORTNAME= xalarm
-PORTVERSION= 3.06
-PORTREVISION= 3
-CATEGORIES= x11-clocks
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= utilities
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X based alarm clock
-
-DEPRECATED= Unmaintained interactive port
-EXPIRATION_DATE=2014-08-20
-
-USES= imake
-USE_XORG= ice sm x11 xaw xext xmu xpm xt
-IS_INTERACTIVE= yes
-
-MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
-
-NO_STAGE= yes
-pre-install:
- (cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
-
-.include <bsd.port.mk>