View | Details | Raw Unified | Return to bug 85627
Collapse All | Expand All

(-)abook/Makefile (-2 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	abook
8
PORTNAME=	abook
9
PORTVERSION=	0.5.3
9
PORTVERSION=	0.5.4
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-20 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	An addressbook program with mutt mail client support
15
COMMENT=	An addressbook program with mutt mail client support
16
16
17
.include <bsd.port.pre.mk>
18
19
.if ${OSVERSION} < 500000
20
LIB_DEPENDS=	readline.5:${PORTSDIR}/devel/readline
21
.endif
22
17
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
CFLAGS+=	-I${LOCALBASE}/include
18
26
19
MAN1=		abook.1
27
MAN1=		abook.1
20
MAN5=		abookrc.5
28
MAN5=		abookrc.5
Lines 29-32 Link Here
29
.endfor
37
.endfor
30
.endif
38
.endif
31
39
32
.include <bsd.port.mk>
40
.include <bsd.port.post.mk>
(-)abook/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (abook-0.5.3.tar.gz) = a0e7c6d473f9363f312c2c01769a5281
1
MD5 (abook-0.5.4.tar.gz) = 433b2e849fa458895e82260a354dde95
2
SIZE (abook-0.5.3.tar.gz) = 183011
2
SIZE (abook-0.5.4.tar.gz) = 186613

Return to bug 85627