diff options
author | drochner <drochner> | 2010-05-08 16:11:06 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-05-08 16:11:06 +0000 |
commit | 94e5869a084f29c3b54550d452efee007a563c06 (patch) | |
tree | 90b648e09951381a78159c7071431c63c76e7907 /multimedia/dvdauthor/Makefile | |
parent | a1fc5519c93f2e3bfafbfc50ea94518c13cf0efe (diff) | |
download | pkgsrc-94e5869a084f29c3b54550d452efee007a563c06.tar.gz |
update to 0.6.18
changes:
-implement link-subset jumps
-implement audio and subpicture content attributes
-misc fixes and improvements
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 552bd573a8e..ba50e461484 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.22 2010/01/18 09:59:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/05/08 16:11:06 drochner Exp $ -DISTNAME= dvdauthor-0.6.14 -PKGREVISION= 7 +DISTNAME= dvdauthor-0.6.18 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/} MAINTAINER= sekiya@NetBSD.org HOMEPAGE= http://dvdauthor.sourceforge.net/ COMMENT= Tools to assist DVD authoring +WRKSRC= ${WRKDIR}/dvdauthor PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_TOOLS+= flex gmake yacc +USE_TOOLS+= flex gmake yacc pkg-config .include "../../graphics/ImageMagick/buildlink3.mk" .include "../../converters/fribidi/buildlink3.mk" |