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 /multimedia/libmpeg2/Makefile | |
parent | f6530b1fdea7795436ec78cfdd2cc5ac97ed07fe (diff) |
Notes
Diffstat (limited to 'multimedia/libmpeg2/Makefile')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |