mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
432 B
Makefile
25 lines
432 B
Makefile
# 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>
|