mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
31e0b9f12c
Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
29 lines
632 B
Makefile
29 lines
632 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= simpleagenda
|
|
PORTVERSION= 0.43
|
|
PORTREVISION= 6
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
|
|
DISTNAME= SimpleAgenda-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= simple calendar and agenda application
|
|
|
|
LIB_DEPENDS+= libical.so:devel/libical
|
|
|
|
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
|
|
${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble
|
|
|
|
.include <bsd.port.mk>
|