Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/libepp-nicbr/Makefile 317525 2013-05-06 15:34:17Z bapt $ |
2 |
# $FreeBSD: head/devel/libepp-nicbr/Makefile 317525 2013-05-06 15:34:17Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= libepp-nicbr |
4 |
PORTNAME= libepp-nicbr |
5 |
PORTVERSION= 1.12 |
5 |
PORTVERSION= 1.13 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/ |
7 |
MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/ |
8 |
|
8 |
|
Lines 25-38
Link Here
|
25 |
--with-openssl=${OPENSSLBASE} |
25 |
--with-openssl=${OPENSSLBASE} |
26 |
MAKE_JOBS_SAFE= yes |
26 |
MAKE_JOBS_SAFE= yes |
27 |
|
27 |
|
28 |
.if defined(.PARSEDIR) |
|
|
29 |
USE_GMAKE= yes |
30 |
.endif |
31 |
|
32 |
DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} |
28 |
DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} |
33 |
|
29 |
|
34 |
PLIST_SUB= VER="${PORTVERSION}" |
30 |
PLIST_SUB= VER="${PORTVERSION}" |
35 |
|
31 |
|
|
|
32 |
.if defined(.PARSEDIR) |
33 |
USE_GMAKE= yes |
34 |
.endif |
35 |
|
36 |
.include <bsd.port.options.mk> |
36 |
.include <bsd.port.options.mk> |
37 |
|
37 |
|
38 |
.if ${PORT_OPTIONS:MREADLINE} |
38 |
.if ${PORT_OPTIONS:MREADLINE} |
Lines 43-46
Link Here
|
43 |
PLIST_SUB+= READLINE="@comment " |
43 |
PLIST_SUB+= READLINE="@comment " |
44 |
.endif |
44 |
.endif |
45 |
|
45 |
|
|
|
46 |
post-patch: |
47 |
@${REINPLACE_CMD} -e \ |
48 |
's|ncurses|curses|g' ${WRKSRC}/configure |
49 |
|
46 |
.include <bsd.port.mk> |
50 |
.include <bsd.port.mk> |