From 680b79f6faa8ee94fbd33ee1ef40b9c4aed6b5e9 Mon Sep 17 00:00:00 2001 From: lioux Date: Fri, 10 Jan 2003 17:54:33 +0000 Subject: - After repo copy from ffmpeg port: o Add NO_LATEST_LINK since ffmpeg port will be shortly updated to later version of the same development branch o Add PKGMESSAGE explaining the differences between this and ffmpeg port Repo copied by: cvs (joe) Approved by: portmgr (self) --- multimedia/ffmpeg045/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'multimedia/ffmpeg045/Makefile') diff --git a/multimedia/ffmpeg045/Makefile b/multimedia/ffmpeg045/Makefile index 0de5e6a4f254..b0db58d9fad2 100644 --- a/multimedia/ffmpeg045/Makefile +++ b/multimedia/ffmpeg045/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \ --extra-libs="-lm -L${LOCALBASE}/lib" PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} INSTALLS_SHLIB= yes +NO_LATEST_LINK= yes SHLIB_VERSION= 0 # @@ -173,6 +174,8 @@ post-install: # add shared lib link @${LN} -sf libavcodec.so \ ${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION} +# show PKGMESSAGE + @${CAT} ${PKGMESSAGE} .include -- cgit