summaryrefslogtreecommitdiff
path: root/deskutils/xmdiary/Makefile
blob: 63b18b039f021480773d4c1812e679d57f6a3354 (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
# Created by: mi@aldan.ziplink.net
# $FreeBSD$

PORTNAME=	xmdiary
PORTVERSION=	3.0.3
PORTREVISION=	5
CATEGORIES=	deskutils
MASTER_SITES=	XCONTRIB/office

MAINTAINER=	mi@aldan.algebra.com
COMMENT=	Personal and group calendar utility

NO_CDROM=	Do not sell for profit
USES=		imake motif
USE_XORG=	x11 xext xp xpm xt

post-patch:
	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
		${WRKSRC}/tools/LstLinked.c ${WRKSRC}/tools/System.c \
		${WRKSRC}/xtools/xitClipboard.c ${WRKSRC}/xtools/xitInfoFile.c
	${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
		-e 's|CcCmd gcc|CcCmd ${CC}|' '${WRKSRC}/XDiary.tmpl'

.include <bsd.port.mk>