1997-02-17 09:30:16 +00:00
|
|
|
# New ports collection makefile for: xalarm
|
|
|
|
# Version required: 3.06
|
|
|
|
# Date created: 4 December 1996
|
|
|
|
# Whom: desmo@bandwidth.org
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-02-17 09:30:16 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xalarm-3.06
|
1998-09-22 22:32:14 +00:00
|
|
|
CATEGORIES= x11-clocks
|
1997-02-17 09:30:16 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
|
|
|
|
MAINTAINER= desmo@bandwidth.org
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
|
|
|
|
pre-install:
|
1997-02-18 10:09:08 +00:00
|
|
|
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
|
1997-02-17 09:30:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|