Fix packaging

Submitted by:	bento
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-03-08 15:39:32 +00:00
parent 485d93610e
commit 88f6b6e8ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77062
2 changed files with 4 additions and 9 deletions

View File

@ -42,14 +42,6 @@ DIRS_TO_CREATE= etc/mplayerxp \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
# XXX - fibmap_mplayerxp is not compiled in -CURRENT
# this issue has to be investigated
.if ${OSVERSION} >= 500000
PLIST_SUB+= FIBMAP="@comment "
.else
PLIST_SUB+= FIBMAP=""
.endif
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf # add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \ CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \
--with-extraincdir=${LOCALBASE}/include \ --with-extraincdir=${LOCALBASE}/include \
@ -135,6 +127,9 @@ CONFIGURE_ARGS+= --disable-cdparanoia
LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread
CONFIGURE_ARGS+= --with-csslibdir=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-csslibdir=${LOCALBASE}/lib
PLIST_SUB+= DVD=''
.else
PLIST_SUB+= DVD='@comment '
.endif .endif
# xine libdvdnav # xine libdvdnav
.if defined(WITH_LIBDVDNAV) && !defined(WITHOUT_LIBDVDNAV) .if defined(WITH_LIBDVDNAV) && !defined(WITHOUT_LIBDVDNAV)

View File

@ -1,4 +1,4 @@
%%FIBMAP%%bin/fibmap_mplayerxp %%DVD%%bin/fibmap_mplayerxp
bin/mplayerxp bin/mplayerxp
etc/mplayerxp/codecs.conf etc/mplayerxp/codecs.conf
include/vidix/fourcc.h include/vidix/fourcc.h