freebsd-ports/multimedia/dv2sub/Makefile
Dennis Herrmann 8193485603 - Fix build with multimedia/libdv
- Bump PORTREVISION

Reported by:	pointyhat
2009-05-20 15:48:04 +00:00

25 lines
453 B
Makefile

# New ports collection makefile for: dv2sub
# Date created: Fri Jan 18
# Whom: Phil Oleson
#
# $FreeBSD$
#
PORTNAME= dv2sub
PORTVERSION= 0.3
PORTREVISION= 2
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
USE_GNOME= pkgconfig
PLIST_FILES= bin/dv2sub
MAN1= dv2sub.1
.include <bsd.port.mk>