Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/devel/ccrtp/Makefile 357486 2014-06-11 14:49:59Z tijl $ |
2 |
# $FreeBSD: head/devel/ccrtp/Makefile 357486 2014-06-11 14:49:59Z tijl $ |
3 |
|
3 |
|
4 |
PORTNAME= ccrtp |
4 |
PORTNAME= ccrtp |
5 |
PORTVERSION= 2.0.6 |
5 |
PORTVERSION= 2.0.9 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
8 |
MASTER_SITES= GNU |
7 |
MASTER_SITES= GNU |
9 |
|
8 |
|
Lines 14-20
Link Here
|
14 |
libgcrypt.so:${PORTSDIR}/security/libgcrypt |
13 |
libgcrypt.so:${PORTSDIR}/security/libgcrypt |
15 |
|
14 |
|
16 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
17 |
USES= gmake gettext iconv pkgconfig |
16 |
USES= gmake libtool gettext iconv pkgconfig |
18 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
19 |
|
18 |
|
20 |
CPPFLAGS+= -I${LOCALBASE}/include |
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
Lines 29-32
Link Here
|
29 |
${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ |
28 |
${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ |
30 |
${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g' |
29 |
${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g' |
31 |
|
30 |
|
|
|
31 |
post-stage: |
32 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libccrtp.so.2.0.6 |
33 |
|
32 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |