freebsd-ports/x11-clocks/xalarm/Makefile

25 lines
469 B
Makefile
Raw Normal View History

2013-06-29 01:05:59 +02:00
# Created by: desmo@bandwidth.org
1999-08-31 05:04:38 +02:00
# $FreeBSD$
PORTNAME= xalarm
2001-02-05 18:05:29 +01:00
PORTVERSION= 3.06
PORTREVISION= 3
CATEGORIES= x11-clocks
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= ports@FreeBSD.org
2013-06-29 01:05:59 +02:00
COMMENT= X based alarm clock
2013-06-29 01:05:59 +02:00
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:
1997-02-18 11:09:08 +01:00
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
2013-06-29 01:05:59 +02:00
.include <bsd.port.mk>