Lines 30-35
Link Here
|
30 |
USE_GMAKE= yes |
30 |
USE_GMAKE= yes |
31 |
HAS_CONFIGURE= yes |
31 |
HAS_CONFIGURE= yes |
32 |
WANT_SDL= yes |
32 |
WANT_SDL= yes |
|
|
33 |
USE_LDCONFIG= yes |
33 |
|
34 |
|
34 |
MAN1= mplayerxp.1 |
35 |
MAN1= mplayerxp.1 |
35 |
|
36 |
|
Lines 38-44
Link Here
|
38 |
.include <bsd.port.pre.mk> |
39 |
.include <bsd.port.pre.mk> |
39 |
|
40 |
|
40 |
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf |
41 |
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf |
41 |
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \ |
42 |
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \ |
42 |
--with-extraincdir=${LOCALBASE}/include \ |
43 |
--with-extraincdir=${LOCALBASE}/include \ |
43 |
--with-x11incdir=${X11BASE}/include \ |
44 |
--with-x11incdir=${X11BASE}/include \ |
44 |
--with-x11libdir=${X11BASE}/lib \ |
45 |
--with-x11libdir=${X11BASE}/lib \ |
Lines 51-56
Link Here
|
51 |
--disable-rtc \ |
52 |
--disable-rtc \ |
52 |
--disable-vm \ |
53 |
--disable-vm \ |
53 |
--disable-tv-v4l |
54 |
--disable-tv-v4l |
|
|
55 |
CONFIGURE_ENV+= LANG=C |
54 |
# insure CC,LD safeness |
56 |
# insure CC,LD safeness |
55 |
MAKE_ARGS+= CC="${CC}" LD="${LD}" |
57 |
MAKE_ARGS+= CC="${CC}" LD="${LD}" |
56 |
|
58 |
|