2013-06-29 01:05:59 +02:00
|
|
|
# Created by: desmo@bandwidth.org
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1997-02-17 10:30:16 +01:00
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= xalarm
|
2001-02-05 18:05:29 +01:00
|
|
|
PORTVERSION= 3.06
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 3
|
1998-09-23 00:32:14 +02:00
|
|
|
CATEGORIES= x11-clocks
|
1997-02-17 10:30:16 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
|
2003-12-31 20:21:58 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-29 01:05:59 +02:00
|
|
|
COMMENT= X based alarm clock
|
1997-02-17 10:30:16 +01:00
|
|
|
|
2013-06-29 01:05:59 +02:00
|
|
|
USES= imake
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
1997-02-17 10:30:16 +01:00
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
|
2002-01-05 11:15:33 +01:00
|
|
|
MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
|
|
|
|
|
2013-09-21 01:44:55 +02:00
|
|
|
NO_STAGE= yes
|
2002-01-05 11:15:33 +01:00
|
|
|
pre-install:
|
1997-02-18 11:09:08 +01:00
|
|
|
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
|
1997-02-17 10:30:16 +01:00
|
|
|
|
2013-06-29 01:05:59 +02:00
|
|
|
.include <bsd.port.mk>
|