View | Details | Raw Unified | Return to bug 239167 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/simpleagenda/Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	simpleagenda
3
PORTNAME=	simpleagenda
4
PORTVERSION=	0.43
4
PORTVERSION=	0.43
5
PORTREVISION=	10
5
PORTREVISION=	11
6
CATEGORIES=	deskutils gnustep
6
CATEGORIES=	deskutils gnustep
7
MASTER_SITES=	http://coyote.octets.fr/pub/gnustep/
7
MASTER_SITES=	http://coyote.octets.fr/pub/gnustep/
8
DISTNAME=	SimpleAgenda-${PORTVERSION}
8
DISTNAME=	SimpleAgenda-${PORTVERSION}
Lines 10-21 Link Here
10
MAINTAINER=	theraven@FreeBSD.org
10
MAINTAINER=	theraven@FreeBSD.org
11
COMMENT=	simple calendar and agenda application
11
COMMENT=	simple calendar and agenda application
12
12
13
LIB_DEPENDS+=	libical.so:devel/libical
13
LIB_DEPENDS+=	libical.so:devel/libical \
14
		libuuid.so:misc/e2fsprogs-libuuid
14
15
15
LICENSE=	GPLv2
16
LICENSE=	GPLv2
16
17
17
USES=		gnustep
18
USES=		gnustep
18
USE_GNUSTEP=	back build
19
USE_GNUSTEP=	back base build gui
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
21
21
CPPFLAGS+=	-I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include
Lines 23-28 Link Here
23
24
24
pre-configure:
25
pre-configure:
25
	${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
26
	${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
26
	${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble
27
27
28
.include <bsd.port.mk>
28
.include <bsd.port.mk>

Return to bug 239167