freebsd-ports/deskutils/xmdiary/Makefile
Niclas Zeising f5ebd23a61 Remove libXp dependency from imake/motif ports
Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play
2019-09-29 20:11:22 +00:00

24 lines
632 B
Makefile

# Created by: mi@aldan.ziplink.net
# $FreeBSD$
PORTNAME= xmdiary
PORTVERSION= 3.0.3
PORTREVISION= 6
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 xorg
USE_XORG= x11 xext 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>