diff options
author | arved <arved@FreeBSD.org> | 2003-06-23 06:45:59 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-23 06:45:59 +0800 |
commit | e46ca6282aa2882514497616b4352724db3e0c65 (patch) | |
tree | 220e6eaae39536873ec21cb1a90fe49b46cf9f22 /graphics/divxcalc | |
parent | 937a992b26911aec7f4d6ea66cdc318f24724693 (diff) | |
download | freebsd-ports-gnome-e46ca6282aa2882514497616b4352724db3e0c65.tar.gz freebsd-ports-gnome-e46ca6282aa2882514497616b4352724db3e0c65.tar.zst freebsd-ports-gnome-e46ca6282aa2882514497616b4352724db3e0c65.zip |
Update to 0.5
PR: 52696
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/divxcalc')
-rw-r--r-- | graphics/divxcalc/Makefile | 20 | ||||
-rw-r--r-- | graphics/divxcalc/distinfo | 2 | ||||
-rw-r--r-- | graphics/divxcalc/pkg-descr | 2 |
3 files changed, 9 insertions, 15 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 8efb7bdab382..bb990beb0dc4 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -7,28 +7,22 @@ # PORTNAME= divxcalc -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= graphics -MASTER_SITES= http://members.ams.chello.nl/r.slooten2/divxcalc/ +MASTER_SITES= http://axljab.homelinux.org:8080/software/divxcalc/ MAINTAINER= ports@FreeBSD.org COMMENT= DivX Calculator -BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14 +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \ + autoheader:${PORTSDIR}/devel/autoconf -USE_REINPLACE= yes -USE_GNOME= gtk12 +USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/configure +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-configure: -.for file in config.guess config.sub install-sh missing mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC} -.endfor + @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common .include <bsd.port.mk> diff --git a/graphics/divxcalc/distinfo b/graphics/divxcalc/distinfo index 507967b88b11..549bf88df7d1 100644 --- a/graphics/divxcalc/distinfo +++ b/graphics/divxcalc/distinfo @@ -1 +1 @@ -MD5 (divxcalc-0.4a.tar.gz) = c51ed74b3c8693d9185ce31d0e23915d +MD5 (divxcalc-0.5.tar.gz) = 6c5f3d736be42e2a220558ee1b23eeb5 diff --git a/graphics/divxcalc/pkg-descr b/graphics/divxcalc/pkg-descr index 62912a0bcaae..405e41b8b270 100644 --- a/graphics/divxcalc/pkg-descr +++ b/graphics/divxcalc/pkg-descr @@ -1,3 +1,3 @@ DivX Calculator -WWW: http://tuxpower.f2g.net/divxcalc.php +WWW: http://axljab.homelinux.org:8080/?m=sw&p=divxcalc |