diff options
author | krion <krion@FreeBSD.org> | 2004-05-10 23:42:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-10 23:42:40 +0800 |
commit | 581298e0cd10f36301f874411beea95d775f084d (patch) | |
tree | cc3c168a09808388953104467b318e4480f35af0 /graphics/multivideo | |
parent | ebf8bb7211ac5d9126efaa20b587d5a19672c790 (diff) | |
download | freebsd-ports-graphics-581298e0cd10f36301f874411beea95d775f084d.tar.gz freebsd-ports-graphics-581298e0cd10f36301f874411beea95d775f084d.tar.zst freebsd-ports-graphics-581298e0cd10f36301f874411beea95d775f084d.zip |
- Update MASTER_SITES and WWW: line
PR: ports/66466
Submitted by: Ports Fury
Diffstat (limited to 'graphics/multivideo')
-rw-r--r-- | graphics/multivideo/Makefile | 5 | ||||
-rw-r--r-- | graphics/multivideo/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/multivideo/Makefile b/graphics/multivideo/Makefile index e71f75ffb32..b473c1b323c 100644 --- a/graphics/multivideo/Makefile +++ b/graphics/multivideo/Makefile @@ -10,7 +10,7 @@ PORTNAME= multivideo PORTVERSION= 0.1.0 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.lis.inpg.fr/scientifique/bonnaud/multivideo/download/ +MASTER_SITES= http://www.lis.inpg.fr/pages_perso/bonnaud/multivideo/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org @@ -18,7 +18,6 @@ COMMENT= An image sequence viewer LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -PLIST_FILES= bin/multivideo WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes @@ -27,6 +26,8 @@ USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= default +PLIST_FILES= bin/multivideo + WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config post-patch: diff --git a/graphics/multivideo/pkg-descr b/graphics/multivideo/pkg-descr index 0eaa9f6be62..614a0c072c0 100644 --- a/graphics/multivideo/pkg-descr +++ b/graphics/multivideo/pkg-descr @@ -18,4 +18,4 @@ image processing field. It has the following features: * Adjustment of the display frame rate. * Saving an image of the sequence in PGM, PPM, PNG or JPEG format. -WWW: http://www.lis.inpg.fr/scientifique/bonnaud/multivideo/ +WWW: http://www.lis.inpg.fr/pages_perso/bonnaud/multivideo/ |