aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libquvi
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-12 17:18:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-12 17:18:44 +0000
commit974a9667734208a7fb0fca35fa1b9b35121a64ac (patch)
tree07101b69677c52869448135ad2dab50e249a83d5 /multimedia/libquvi
parentb61557c4365975c9e34a620d04642244a22209c4 (diff)
downloadports-974a9667734208a7fb0fca35fa1b9b35121a64ac.tar.gz
ports-974a9667734208a7fb0fca35fa1b9b35121a64ac.zip
Notes
Diffstat (limited to 'multimedia/libquvi')
-rw-r--r--multimedia/libquvi/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile
index 23fd3893ed70..1c043fa3cfcc 100644
--- a/multimedia/libquvi/Makefile
+++ b/multimedia/libquvi/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: libquvi
-# Date created: 2011-10-06
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libquvi
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= multimedia devel
MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
GOOGLE_CODE
@@ -15,23 +12,27 @@ 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
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
+OPTIONS_DEFINE= DOCS
+
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack pkgconfig
USE_ICONV= yes
USE_LDCONFIG= yes
USE_LUA= yes
USE_XZ= yes
+USES= pathfix
MAN3= libquvi.3
PROJECTHOST= quvi
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${DOCSDIR}/
.endif