freebsd-ports/x11-clocks/xalarm/Makefile

24 lines
409 B
Makefile
Raw Normal View History

# New ports collection makefile for: xalarm
# Date created: 4 December 1996
# Whom: 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
CATEGORIES= x11-clocks
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= desmo@bandwidth.org
USE_IMAKE= yes
IS_INTERACTIVE= yes
pre-install:
1997-02-18 11:09:08 +01:00
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
.include <bsd.port.mk>