aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libquvi-scripts/Makefile
blob: a087af7422c7a0021587ac96da5a1dd4bdaec928 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libquvi-scripts
PORTVERSION=    0.4.21
CATEGORIES= multimedia devel
MASTER_SITES=   SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
        GOOGLE_CODE

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Embedded lua scripts for libquvi and utility scripts

LICENSE=    LGPL21 LGPL3
LICENSE_COMB=   dual

PORTSCOUT=  limit:0.4.[0-9]*

OPTIONS_DEFINE= NSFW
OPTIONS_SUB=    yes
NSFW_DESC=  Enable adult website support

GNU_CONFIGURE=  yes
USE_XZ=     yes
USES=       pathfix

PROJECTHOST=    quvi

NSFW_CONFIGURE_WITH=    nsfw

.include <bsd.port.mk>