summaryrefslogtreecommitdiff
path: root/deskutils/plan/Makefile
blob: bc00d15cd9d436a653883be43fb502653d63d2b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Created by: Daniel Eischen <deischen@FreeBSD.org>
# $FreeBSD$

# Also update	ports/japanese/plan/ (ja-plan) when this port is updated

PORTNAME=	plan
PORTVERSION=	1.10.1
CATEGORIES+=	deskutils
MASTER_SITES=	ftp://plan.ftp.fu-berlin.de/
MASTER_SITE_SUBDIR=	applications

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X/Motif schedule planner with calendar

USES=		motif
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
ALL_TARGET=	freebsd
MAN1=		netplan.1 plan.1
MAN4=		plan.4

MAKE_ENV+=	DATADIR=${DATADIR} EXAMPLESDIR=${EXAMPLESDIR}

NO_STAGE=	yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900006
EXTRA_PATCHES=	${PATCHDIR}/utmpx-src-daemon.c
.endif

do-install:
	@${MKDIR} ${EXAMPLESDIR}

	cd ${WRKSRC} \
	   && ${INSTALL_PROGRAM} plan pland netplan notifier ${PREFIX}/bin		\
	   && ${INSTALL_SCRIPT}  ../misc/Killpland ${PREFIX}/bin			\
	   && ${INSTALL_MAN} ../misc/netplan.1 ../misc/plan.1 ${MAN1PREFIX}/man/man1	\
	   && ${INSTALL_MAN} ../misc/plan.4 ${MAN4PREFIX}/man/man4

.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}/.. \
	   && ${INSTALL_DATA} misc/plan_cal.ps language/* misc/Mkdoc misc/Mkdoc.nawk	\
	                      misc/BlackWhite misc/Monochrome README			\
	                      ${DOCSDIR}
.endif

	cd ${WRKSRC}/../holiday \
	   && ${INSTALL_DATA}   \
	      holiday_australia holiday_austria holiday_bavarian holiday_belgium		\
	      holiday_canada holiday_combi holiday_czech holiday_denmark holiday_dutch		\
	      holiday_finnish holiday_french holiday_frswiss holiday_german holiday_greek	\
	      holiday_hungary holiday_italy holiday_japan holiday_norway holiday_portugal	\
	      holiday_quebec holiday_slovak holiday_spain holiday_swedish holiday_uk		\
	      holiday_us ${EXAMPLESDIR}

.if !target(post-install)
post-install:
	@${MKDIR} ${DATADIR}/netplan.dir
.endif

.include <bsd.port.post.mk>