diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2009-06-12 16:46:43 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2009-06-12 16:46:43 +0000 |
commit | 2a00fc12fadcddaa21f1ba4a36ca39ac402c84f3 (patch) | |
tree | ce82376d94563857d0b0fa91d3a4efdccecd1a99 /sysutils/vobcopy/Makefile | |
parent | eddbffdde0745bb308ade1a2aa00ea760b389def (diff) |
Notes
Diffstat (limited to 'sysutils/vobcopy/Makefile')
-rw-r--r-- | sysutils/vobcopy/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 2dd4e96b8366..901d8e85692d 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vobcopy -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= sysutils MASTER_SITES= http://vobcopy.org/download/ \ CRITICAL @@ -17,17 +16,16 @@ COMMENT= Decrypts and copies DVD .vob files LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread -USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh -CONFIGURE_ARGS= --with-lfs +CONFIGURE_ARGS= --with-lfs --with-dvdread-libs=${LOCALBASE} ALL_TARGET= ${PORTNAME} MAN1= vobcopy.1 PLIST_FILES= bin/vobcopy -PORTDOCS= Changelog FAQ README THANKS TODO \ +PORTDOCS= COPYING Changelog README TODO \ alternative_programs.txt .include <bsd.port.pre.mk> |