summaryrefslogtreecommitdiff
path: root/multimedia/libquvi-scripts/Makefile
blob: fdb428bd2284848e0e1c4f06cb2fa72796c4b303 (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
31
32
33
34
35
36
37
38
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libquvi-scripts
PORTVERSION=	0.4.18
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

OPTIONS_DEFINE=	NSFW
NSFW_DESC=	Enable adult website support

GNU_CONFIGURE=	yes
USE_XZ=		yes
USES=		pathfix

MAN7=		libquvi-scripts.7

PROJECTHOST=	quvi

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

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNSFW}
CONFIGURE_ARGS+=--with-nsfw
PLIST_SUB+=	NSFW=""
.else
PLIST_SUB+=	NSFW="@comment "
.endif

.include <bsd.port.mk>