1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/deskutils/xmdiary/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

29 lines
740 B
Makefile

# Created by: mi@aldan.ziplink.net
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
# Converted from NO_CDROM
LICENSE= xmdiary
LICENSE_NAME= xmdiary
LICENSE_TEXT= Do not sell for profit
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
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>