1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/deskutils/simpleagenda/Makefile
Tobias C. Berner 38d6eaa8a0 deskutils/simpleagenda: unbreak after r528448
Pointy hat:	tcberner
PR:		239167
Submitted by:	lightside <lightside@gmx.com>
2020-03-14 21:56:18 +00:00

29 lines
603 B
Makefile

# $FreeBSD$
PORTNAME= simpleagenda
PORTVERSION= 0.43
PORTREVISION= 11
CATEGORIES= deskutils gnustep
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
DISTNAME= SimpleAgenda-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= simple calendar and agenda application
LIB_DEPENDS+= libical.so:devel/libical \
libuuid.so:misc/e2fsprogs-libuuid
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
pre-configure:
${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
.include <bsd.port.mk>