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> |