freebsd-ports/multimedia/rtmpdump/Makefile
Hiroki Sato bb683a72f3 Update to 2.3.
- Use PTHREAD_*.
- Add librtmp(3) and pkg-config(1) support.
2010-07-31 16:51:50 +00:00

37 lines
745 B
Makefile

# Ports collection makefile for: rtmpdump
# Date created: March 15, 2010
# Whom: hrs
#
# $FreeBSD$
PORTNAME= rtmpdump
PORTVERSION= 2.3
CATEGORIES= multimedia net
MASTER_SITES= http://rtmpdump.mplayerhq.hu/download/
EXTRACT_SUFX= .tgz
MAINTAINER= hrs@FreeBSD.org
COMMENT= A tool to download RTMP streams
MAN1= rtmpdump.1
MAN3= librtmp.3
MAN8= rtmpgw.8
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
MAKE_ENV= CFLAGS="${PTHREAD_CFLAGS}" THREADLIB="${PTHREAD_LIBS}"
PORTDOCS= ChangeLog README
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>