freebsd-ports/multimedia/libquvi/Makefile
Sunpoet Po-Chuan Hsieh ff9043e2e0 - Update to 0.4.1
Changes:	http://repo.or.cz/w/libquvi.git/blob/HEAD:/NEWS
Feature safe:	yes
2012-03-28 04:11:35 +00:00

39 lines
905 B
Makefile

# New ports collection makefile for: libquvi
# Date created: 2011-10-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libquvi
PORTVERSION= 0.4.1
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
BUILD_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
RUN_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_ICONV= yes
USE_LDCONFIG= yes
USE_LUA= yes
USE_XZ= yes
MAN3= libquvi.3
PROJECTHOST= quvi
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${DOCSDIR}/
.endif
.include <bsd.port.mk>