mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
30 lines
570 B
Makefile
30 lines
570 B
Makefile
# New ports collection makefile for: xalarm
|
|
# Date created: 4 December 1996
|
|
# Whom: desmo@bandwidth.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xalarm
|
|
PORTVERSION= 3.06
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An X based alarm clock
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
IS_INTERACTIVE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
|
|
|
|
pre-install:
|
|
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
|
|
|
|
.include <bsd.port.post.mk>
|