mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
421 B
Makefile
24 lines
421 B
Makefile
# New ports collection makefile for: xalarm
|
|
# Version required: 3.06
|
|
# Date created: 4 December 1996
|
|
# Whom: desmo@bandwidth.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xalarm-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:
|
|
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
|
|
|
|
.include <bsd.port.mk>
|
|
|