aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/clive1/Makefile
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-02-03 19:08:08 +0800
committernivit <nivit@FreeBSD.org>2008-02-03 19:08:08 +0800
commit197b01c0724fa428ede645da76e967110f6b6819 (patch)
treef9789a71495c8aa617aaf0a0532c4030b60d5a54 /multimedia/clive1/Makefile
parent1ea10eb16f9c22f92e0f675b11ad92b4c6a544d0 (diff)
downloadfreebsd-ports-gnome-197b01c0724fa428ede645da76e967110f6b6819.tar.gz
freebsd-ports-gnome-197b01c0724fa428ede645da76e967110f6b6819.tar.zst
freebsd-ports-gnome-197b01c0724fa428ede645da76e967110f6b6819.zip
- Update to 0.4.4
- Add NO_INSTALL_MANPAGES knob - Add LastFm site to pkg-descr
Diffstat (limited to 'multimedia/clive1/Makefile')
-rw-r--r--multimedia/clive1/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/clive1/Makefile b/multimedia/clive1/Makefile
index 68df6a4ce848..acd1bd4b66a0 100644
--- a/multimedia/clive1/Makefile
+++ b/multimedia/clive1/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clive
-PORTVERSION= 0.4.3
+PORTVERSION= 0.4.4
#PORTREVISION= 0
#PORTEPOCH= 0
CATEGORIES= multimedia
@@ -25,8 +25,12 @@ CONFLICTS= clive-[0-9]*
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+.if !defined(NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
MANCOMPRESSED= yes
+.else
+MAKE_ENV= NO_INSTALL_MANPAGES=${NO_INSTALL_MANPAGES}
+.endif
OPTIONS= FFMPEG "Install ffmpeg for re-encoding" off \
MPLAYER "Install mplayer as video player" off \