freebsd-ports/devel/ccrtp/Makefile
Martin Wilke 8c3cfdd469 - BROKEN Fails to build
DUCOMMON_VISIBILITY=1 -pthread -pthread -o .libs/rtpsend rtpsend.o -pthread  ../src/.libs/libccrtp.so -L/usr/local/lib /usr/local/lib/libcommoncpp.so /usr/local/lib/libucommon.so -lgcc -lcrypto -pthread -Wl,-rpath -Wl,/usr/local/lib
../src/.libs/libccrtp.so: undefined reference to `Twofish_encrypt'
../src/.libs/libccrtp.so: undefined reference to `Twofish_initialise'
../src/.libs/libccrtp.so: undefined reference to `Twofish_prepare_key'
gmake[2]: *** [rtpsend] Error 1
2013-03-09 14:35:10 +00:00

30 lines
650 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
PORTNAME= ccrtp
PORTVERSION= 2.0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= acm@FreeBSD.org
COMMENT= Implementation of the real-time transport protocol
LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread"
CPPFLAGS+= -I${LOCALBASE}/include
INFO= ccrtp
BROKEN= does not build
post-patch:
@cd ${WRKSRC}/src && \
${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \;
.include <bsd.port.mk>