1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/multimedia/dv2sub/Makefile

25 lines
432 B
Makefile
Raw Normal View History

# New ports collection makefile for: dv2sub
# Date created: Fri Jan 18
# Whom: Phil Oleson
#
# $FreeBSD$
#
PORTNAME= dv2sub
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= oz@nixil.net
COMMENT= Extracts info or subtitles from DV stream
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
GNU_CONFIGURE= yes
PLIST_FILES= bin/dv2sub
MAN1= dv2sub.1
.include <bsd.port.mk>