mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# Created by: desmo@bandwidth.org
|
|
|
|
PORTNAME= xalarm
|
|
PORTVERSION= 3.06
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= XCONTRIB/utilities
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= X based alarm clock
|
|
|
|
USES= imake xorg
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
|
|
pre-install:
|
|
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
|
|
|
|
.include <bsd.port.mk>
|