o Uphold portlint by moving WRKSRC out of the 1st Makefile block
o USE_GNOME=lthack to avoid installing .la files which incidently makes the port ccache friendly PR: 65285 Submitted by: michael johnson <ahze@ahze.net>
This commit is contained in:
parent
f6530b1fde
commit
5b9e5c94de
@ -10,11 +10,11 @@ PORTVERSION= 0.4.0b
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://libmpeg2.sourceforge.net/files/
|
||||
DISTNAME= mpeg2dec-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/mpeg2dec-0.4.0
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams
|
||||
|
||||
USE_GNOME= lthack
|
||||
USE_XLIB= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_REINPLACE= yes
|
||||
@ -23,6 +23,8 @@ INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-shared \
|
||||
--with-x
|
||||
|
||||
WRKSRC= ${WRKDIR}/mpeg2dec-0.4.0
|
||||
|
||||
MAN1= extract_mpeg2.1 mpeg2dec.1
|
||||
|
||||
PORTDOCS= libmpeg2.txt
|
||||
|
||||
@ -5,11 +5,9 @@ include/mpeg2dec/mpeg2.h
|
||||
include/mpeg2dec/mpeg2convert.h
|
||||
include/mpeg2dec/video_out.h
|
||||
lib/libmpeg2.a
|
||||
lib/libmpeg2.la
|
||||
lib/libmpeg2.so
|
||||
lib/libmpeg2.so.0
|
||||
lib/libmpeg2convert.a
|
||||
lib/libmpeg2convert.la
|
||||
lib/libmpeg2convert.so
|
||||
lib/libmpeg2convert.so.0
|
||||
lib/libvo.a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user