Tweak multimedia/gstreamer version 0.10.36_5
[dports.git] / multimedia / libquvi-scripts / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libquvi-scripts
5 PORTVERSION=    0.4.21
6 CATEGORIES=     multimedia devel
7 MASTER_SITES=   SF/quvi/${PORTVERSION:R}/${PORTNAME}/
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Embedded lua scripts for libquvi and utility scripts
11
12 LICENSE=        LGPL21 LGPL3
13 LICENSE_COMB=   dual
14
15 PORTSCOUT=      limit:0.4.[0-9]*
16
17 OPTIONS_DEFINE= NSFW
18 OPTIONS_SUB=    yes
19 NSFW_DESC=      Enable adult website support
20
21 GNU_CONFIGURE=  yes
22 NO_ARCH=        yes
23 USES=           pathfix tar:xz
24
25 NSFW_CONFIGURE_WITH=    nsfw
26
27 .include <bsd.port.mk>