pkgsrc/net/rtmpdump/Makefile

35 lines
878 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2016/03/05 11:27:53 jperkin Exp $
#
DISTNAME= rtmpdump-2.4
PKGREVISION= 3
CATEGORIES= net multimedia
MASTER_SITES= http://rtmpdump.mplayerhq.hu/download/
2011-11-08 20:29:09 +01:00
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://rtmpdump.mplayerhq.hu/
COMMENT= Tools for handling RTMP stream
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
2011-10-05 23:41:25 +02:00
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
2011-10-05 23:41:25 +02:00
BUILD_DIRS= . librtmp
WRKSRC= ${WRKDIR}/rtmpdump
PKGCONFIG_OVERRIDE+= librtmp/librtmp.pc.in
LDFLAGS.SunOS+= -lnsl -lsocket
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= pre-configure
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
SUBST_FILES.fix-paths= Makefile
SUBST_FILES.fix-paths+= librtmp/Makefile
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"