2013-03-12 18:18:44 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-10-07 17:53:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libquvi
|
2012-03-28 06:11:35 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2013-03-12 18:18:44 +01:00
|
|
|
PORTREVISION= 1
|
2011-10-07 17:53:23 +02:00
|
|
|
CATEGORIES= multimedia devel
|
|
|
|
MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
|
|
|
|
GOOGLE_CODE
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Cross-platform library for parsing flash media stream URLs
|
|
|
|
|
2011-11-30 12:32:41 +01:00
|
|
|
BUILD_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
|
2013-03-12 18:18:44 +01:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
2011-11-30 12:32:41 +01:00
|
|
|
RUN_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
|
2011-10-07 17:53:23 +02:00
|
|
|
|
2013-03-12 18:18:44 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2011-10-07 17:53:23 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_LUA= yes
|
|
|
|
USE_XZ= yes
|
2013-04-27 13:59:28 +02:00
|
|
|
USES= pathfix pkgconfig iconv
|
2011-10-07 17:53:23 +02:00
|
|
|
|
|
|
|
MAN3= libquvi.3
|
|
|
|
|
|
|
|
PROJECTHOST= quvi
|
|
|
|
|
2013-03-12 18:18:44 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2011-10-07 17:53:23 +02:00
|
|
|
post-install:
|
2013-03-12 18:18:44 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2011-10-07 17:53:23 +02:00
|
|
|
${MKDIR} ${DOCSDIR}/
|
|
|
|
cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|