mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
30 lines
572 B
Makefile
30 lines
572 B
Makefile
# 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
|
|
USES= pathfix tar:xz
|
|
|
|
PROJECTHOST= quvi
|
|
|
|
NSFW_CONFIGURE_WITH= nsfw
|
|
|
|
.include <bsd.port.mk>
|