diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-08 03:17:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-08 03:17:45 +0000 |
commit | 5b9e5c94de779bd075e37e2567894cbeff90c9f8 (patch) | |
tree | 6b067fd7831832ef5a2bac75691bd3f10c9e0904 | |
parent | Respect CC (diff) |
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 '')
-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 |