Lines 1-8
Link Here
|
1 |
# Created by: Kirill Ponomarew <ponomarew@oberon.net> |
1 |
# Created by: Kirill Ponomarew <ponomarew@oberon.net> |
2 |
# $FreeBSD: dns/libidn/Makefile 326767 2013-09-08 18:32:38Z sunpoet $ |
2 |
# $FreeBSD: head/dns/libidn/Makefile 326767 2013-09-08 18:32:38Z sunpoet $ |
3 |
|
3 |
|
4 |
PORTNAME= libidn |
4 |
PORTNAME= libidn |
5 |
PORTVERSION= 1.28 |
5 |
PORTVERSION= 1.28 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= dns |
7 |
CATEGORIES= dns |
7 |
MASTER_SITES= GNU |
8 |
MASTER_SITES= GNU |
8 |
|
9 |
|
Lines 39-44
Link Here
|
39 |
@${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \ |
40 |
@${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \ |
40 |
${WRKSRC}/doc/Makefile.in |
41 |
${WRKSRC}/doc/Makefile.in |
41 |
.endif |
42 |
.endif |
|
|
43 |
.if ${PORT_OPTIONS:MNLS} |
44 |
@${REINPLACE_CMD} -e 's/-lidn/& -lintl/' ${WRKSRC}/libidn.pc.in |
45 |
.endif |
42 |
|
46 |
|
43 |
post-install: |
47 |
post-install: |
44 |
.if ${PORT_OPTIONS:MDOCS} |
48 |
.if ${PORT_OPTIONS:MDOCS} |