diff options
Diffstat (limited to 'net-im/farsight2/Makefile')
| -rw-r--r-- | net-im/farsight2/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index aa5f461f9..6b66a465b 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -15,19 +15,15 @@ COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice RUN_DEPENDS= libnice-gst010>=0:${PORTSDIR}/net-im/libnice-gst010 -USES= gettext gmake pathfix pkgconfig +USES= gettext libtool:keepla gmake pathfix pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= glib20 ltverhack +USE_GNOME= glib20 USE_GSTREAMER= core good bad python -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/farsight2-0.0/lib*.so - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/farsight.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgstfarsight-0.10.so.0 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/lib*.so +INSTALL_TARGET= install-strip .include <bsd.port.mk> |
