summaryrefslogtreecommitdiff
path: root/x11-clocks/xalarm/Makefile
blob: 2ef7924132557a301173eb5d0ef17003caa39e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	xalarm
# Date created:		4 December 1996
# Whom:			desmo@bandwidth.org
#
# $FreeBSD$
#

PORTNAME=	xalarm
PORTVERSION=	3.06
CATEGORIES=	x11-clocks
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	utilities

MAINTAINER=	desmo@bandwidth.org
COMMENT=	An X based alarm clock

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 501102
BROKEN=		"Does not compile"
.endif

USE_IMAKE=	yes
IS_INTERACTIVE=	yes

MAN1=		xalarm.1 xmemo.1 xfortune.1 xyow.1

pre-install:
	(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)

.include <bsd.port.post.mk>