pkgsrc/multimedia/dvdauthor/Makefile
tron e05e426ab4 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

23 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.40 2013/06/04 22:16:46 tron Exp $
DISTNAME= dvdauthor-0.7.1
PKGREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/}
MAINTAINER= sekiya@NetBSD.org
HOMEPAGE= http://dvdauthor.sourceforge.net/
COMMENT= Tools to assist DVD authoring
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/dvdauthor
GNU_CONFIGURE= YES
USE_TOOLS+= flex gmake yacc pkg-config
# To keep a consistent behavior with previous releases
CONFIGURE_ARGS+= --enable-default-video-format=ntsc
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../converters/fribidi/buildlink3.mk"
.include "../../multimedia/libdvdread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"