diff options
author | tg <tg@FreeBSD.org> | 1997-02-17 17:30:16 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-17 17:30:16 +0800 |
commit | 8f9ce9a439b74c371532931a4809a7f012f4842d (patch) | |
tree | db98851c3f0eb28a512a06e105a5e1f2ae5605ff /x11-clocks/xalarm/Makefile | |
parent | 4cefd8fc9e069070877af9de623dc0ec04501e00 (diff) | |
download | freebsd-ports-gnome-8f9ce9a439b74c371532931a4809a7f012f4842d.tar.gz freebsd-ports-gnome-8f9ce9a439b74c371532931a4809a7f012f4842d.tar.zst freebsd-ports-gnome-8f9ce9a439b74c371532931a4809a7f012f4842d.zip |
Import of xalarm, an X based alarm clock.
Closes PR #2151.
Submitted by: Kenneth Monville <desmo@bandwidth.org>
Diffstat (limited to 'x11-clocks/xalarm/Makefile')
-rw-r--r-- | x11-clocks/xalarm/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile new file mode 100644 index 000000000000..c004284c6674 --- /dev/null +++ b/x11-clocks/xalarm/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xalarm +# Version required: 3.06 +# Date created: 4 December 1996 +# Whom: desmo@bandwidth.org +# +# $Id$ +# + +DISTNAME= xalarm-3.06 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities + +MAINTAINER= desmo@bandwidth.org + +USE_IMAKE= yes +IS_INTERACTIVE= yes + +pre-install: + cd ${WRKSRC} ; cp XAlarm.ad XAlarm-color.ad + +.include <bsd.port.mk> + |