Lines 3-12
Link Here
|
3 |
# before we include bsd.port.pre.mk |
3 |
# before we include bsd.port.pre.mk |
4 |
|
4 |
|
5 |
MPLAYER_PORT_VERSION= 1.5.0 |
5 |
MPLAYER_PORT_VERSION= 1.5.0 |
6 |
MPLAYER_SNAPSHOT_DATE= 2022-09-24 |
6 |
MPLAYER_SNAPSHOT_DATE= 2023-02-20 |
7 |
MASTER_SITES= LOCAL/riggs/mplayer |
7 |
MASTER_SITES= http://git.mplayerhq.hu/gitweb/mplayer.git/snapshot/5757020cb065e5ee415cd0fab66efdd2e14276e6.tar.gz?/ |
8 |
DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} |
8 |
DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} |
9 |
WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} |
9 |
WRKSRC= ${WRKDIR}/mplayer-5757020 |
10 |
|
10 |
|
11 |
LICENSE= GPLv2 |
11 |
LICENSE= GPLv2 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
Lines 18-24
LIB_DEPENDS= libpng.so:graphics/png \
Link Here
|
18 |
BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} |
18 |
BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} |
19 |
BUILD_DEPENDS_i386= as:devel/binutils |
19 |
BUILD_DEPENDS_i386= as:devel/binutils |
20 |
|
20 |
|
21 |
USES= compiler:c11 gmake iconv ncurses tar:xz |
21 |
USES= compiler:c11 gmake iconv ncurses |
22 |
NOPRECIOUSMAKEVARS= yes # ARCH |
22 |
NOPRECIOUSMAKEVARS= yes # ARCH |
23 |
HAS_CONFIGURE= yes |
23 |
HAS_CONFIGURE= yes |
24 |
CONFIGURE_ENV= TMPDIR="${WRKSRC}" |
24 |
CONFIGURE_ENV= TMPDIR="${WRKSRC}" |