diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-22 22:52:16 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-22 22:52:16 +0000 |
commit | e43fce301f9540a2ab69d2753374fdae3eae6fea (patch) | |
tree | 6623067939087e62cb3166d9cd73cf8f2f685d55 /multimedia/xawtv/Makefile | |
parent | 2d86193b116d737258afc67f256abcb9b31e6f99 (diff) | |
download | ports-e43fce301f9540a2ab69d2753374fdae3eae6fea.tar.gz ports-e43fce301f9540a2ab69d2753374fdae3eae6fea.zip |
Notes
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r-- | multimedia/xawtv/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index fa262e44030c..e8d3ebc4bdec 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/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 |