diff options
author | pat <pat@FreeBSD.org> | 2002-02-22 22:52:16 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-22 22:52:16 +0000 |
commit | 724afa320f39476a9c11f8a93c5ddb06223baec8 (patch) | |
tree | 60282cc6379ce78c141cae983014ad5df20bfca6 /graphics/xawtv | |
parent | d253267c9d18e0cc598e01b43cc2c295a2bd5e66 (diff) | |
download | FreeBSD-ports-724afa320f39476a9c11f8a93c5ddb06223baec8.zip FreeBSD-ports-724afa320f39476a9c11f8a93c5ddb06223baec8.tar.gz |
- Update to 3.72
- Style fixes (portlint) and add dependency on motif (bento)
PR: 35217
Submitted by: maintainer
Diffstat (limited to 'graphics/xawtv')
-rw-r--r-- | graphics/xawtv/Makefile | 11 | ||||
-rw-r--r-- | graphics/xawtv/distinfo | 2 | ||||
-rw-r--r-- | graphics/xawtv/files/patch-src::motif.c | 1 | ||||
-rw-r--r-- | graphics/xawtv/pkg-descr | 1 |
4 files changed, 7 insertions, 8 deletions
diff --git a/graphics/xawtv/Makefile b/graphics/xawtv/Makefile index fa262e4..e8d3ebc 100644 --- a/graphics/xawtv/Makefile +++ b/graphics/xawtv/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= xawtv -PORTVERSION= 3.70 -CATEGORIES= graphics -MASTER_SITES= http://bytesex.org/xawtv/ +PORTNAME= xawtv +PORTVERSION= 3.72 +CATEGORIES= graphics +MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} -WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} MAINTAINER= lehmann@ans-netz.de @@ -18,6 +17,8 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XPM= yes diff --git a/graphics/xawtv/distinfo b/graphics/xawtv/distinfo index 3e0f919..39c29a4 100644 --- a/graphics/xawtv/distinfo +++ b/graphics/xawtv/distinfo @@ -1 +1 @@ -MD5 (xawtv_3.70.tar.gz) = 6329c63bd74b304a079da182ec5e3b84 +MD5 (xawtv_3.72.tar.gz) = 754953113fade95092ae0a83c5512b7f diff --git a/graphics/xawtv/files/patch-src::motif.c b/graphics/xawtv/files/patch-src::motif.c index 63c9274..97a1fab 100644 --- a/graphics/xawtv/files/patch-src::motif.c +++ b/graphics/xawtv/files/patch-src::motif.c @@ -20,4 +20,3 @@ #include <X11/Xlib.h> #include <X11/Intrinsic.h> #include <Xm/Xm.h> - diff --git a/graphics/xawtv/pkg-descr b/graphics/xawtv/pkg-descr index 7228213..6fb5887 100644 --- a/graphics/xawtv/pkg-descr +++ b/graphics/xawtv/pkg-descr @@ -2,4 +2,3 @@ This is a _simple_ xaw-based TV Program which uses the bttv driver or video4linux (included in 2.1.x). Copy Policy is GNU GPL. WWW: http://bytesex.org/xawtv/ - |