Tweak deskutils/nagaina version 0.1.2_10
[dports.git] / deskutils / xmdiary / Makefile
1 # Created by: mi@aldan.ziplink.net
2 # $FreeBSD$
3
4 PORTNAME=       xmdiary
5 PORTVERSION=    3.0.3
6 PORTREVISION=   5
7 CATEGORIES=     deskutils
8 MASTER_SITES=   XCONTRIB/office
9
10 MAINTAINER=     mi@aldan.algebra.com
11 COMMENT=        Personal and group calendar utility
12
13 NO_CDROM=       Do not sell for profit
14 USES=           imake motif
15 USE_XORG=       x11 xext xp xpm xt
16
17 post-patch:
18         @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
19                 ${WRKSRC}/tools/LstLinked.c ${WRKSRC}/tools/System.c \
20                 ${WRKSRC}/xtools/xitClipboard.c ${WRKSRC}/xtools/xitInfoFile.c
21         ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
22                 -e 's|CcCmd gcc|CcCmd ${CC}|' '${WRKSRC}/XDiary.tmpl'
23
24 .include <bsd.port.mk>