aboutsummaryrefslogtreecommitdiff
path: root/multimedia/clive1/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2008-02-03 11:08:08 +0000
committerNicola Vitale <nivit@FreeBSD.org>2008-02-03 11:08:08 +0000
commit119dde9f2888d577f38ce000639cae2ec13b3726 (patch)
treecc220680733df60a7c014e58b990890f529362cb /multimedia/clive1/Makefile
parent11e781dfa3f50b448e1c91c4986245f37d8d7c63 (diff)
downloadports-119dde9f2888d577f38ce000639cae2ec13b3726.tar.gz
ports-119dde9f2888d577f38ce000639cae2ec13b3726.zip
Notes
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 \