diff options
author | lioux <lioux@FreeBSD.org> | 2004-04-08 11:17:45 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-04-08 11:17:45 +0800 |
commit | 81713f1b3d5593b757e694fe261fa79729a89db1 (patch) | |
tree | 8c38852b824e8b0a1b8a172935d52ae6e6c8dc41 /multimedia/libmpeg2 | |
parent | 9edee93acddaa077f11e99ddaf8827154e8246e8 (diff) | |
download | freebsd-ports-gnome-81713f1b3d5593b757e694fe261fa79729a89db1.tar.gz freebsd-ports-gnome-81713f1b3d5593b757e694fe261fa79729a89db1.tar.zst freebsd-ports-gnome-81713f1b3d5593b757e694fe261fa79729a89db1.zip |
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>
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libmpeg2/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index c9bf11be6671..11f2eb2447dc 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -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 diff --git a/multimedia/libmpeg2/pkg-plist b/multimedia/libmpeg2/pkg-plist index ac95fa1839d8..aa39d3aad37b 100644 --- a/multimedia/libmpeg2/pkg-plist +++ b/multimedia/libmpeg2/pkg-plist @@ -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 |