[Midnightbsd-cvs] mports: Makefile: lgpl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 13 15:05:20 EDT 2008


Log Message:
-----------
lgpl

Modified Files:
--------------
    mports/multimedia/libfame:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/libfame/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libfame/Makefile -L multimedia/libfame/Makefile -u -r1.1 -r1.2
--- multimedia/libfame/Makefile
+++ multimedia/libfame/Makefile
@@ -9,16 +9,18 @@
 
 PORTNAME=	libfame
 PORTVERSION=	0.9.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fame
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A video encoding library
+LICENSE=	lgpl
 
+USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd6.0
 
@@ -26,8 +28,8 @@
 	fame_open.3 fame_register.3 fame_unregister.3 fame_encode_slice.3 \
 	fame_start_frame.3 fame_end_frame.3
 
-#OPTIONS=	SSE "SSE optimized routines (no effect in this release)" off \
-OPTIONS=	MMX "MMX optimized routines" on
+OPTIONS=	SSE "SSE optimized routines (no effect in this release)" off \
+		MMX "MMX optimized routines" on
 
 .include <bsd.port.pre.mk>
 


More information about the Midnightbsd-cvs mailing list