View | Details | Raw Unified | Return to bug 186018
Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	smplayer
4
PORTNAME=	smplayer
5
DISTVERSION=	0.8.6
5
DISTVERSION=	0.8.6
6
PORTREVISION=	1
6
CATEGORIES=	multimedia audio kde
7
CATEGORIES=	multimedia audio kde
7
MASTER_SITES=	SF/${PORTNAME}/SMPlayer/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/SMPlayer/${PORTVERSION}
8
9
Lines 10-15 Link Here
10
COMMENT=	Complete front-end based on Qt4 for mplayer
11
COMMENT=	Complete front-end based on Qt4 for mplayer
11
12
12
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
13
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
14
		${LOCALBASE}/share/smplayer/themes:${PORTSDIR}/multimedia/smplayer-skins \
13
		${LOCALBASE}/share/smplayer/themes:${PORTSDIR}/multimedia/smplayer-themes
15
		${LOCALBASE}/share/smplayer/themes:${PORTSDIR}/multimedia/smplayer-themes
14
16
15
USE_QT4=	gui network script xml moc_build rcc_build uic_build \
17
USE_QT4=	gui network script xml moc_build rcc_build uic_build \
Lines 26-31 Link Here
26
PORTDOCS=	Changelog Copying.txt Install.txt Not_so_obvious_things.txt \
28
PORTDOCS=	Changelog Copying.txt Install.txt Not_so_obvious_things.txt \
27
		Readme.txt Release_notes.txt
29
		Readme.txt Release_notes.txt
28
30
31
OPTIONS_DEFINE=	DOCS
32
33
SUB_FILES=      pkg-message
34
29
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
30
36
31
post-patch:
37
post-patch:
Lines 36-44 Link Here
36
		${WRKSRC}/Makefile
42
		${WRKSRC}/Makefile
37
43
38
post-install:
44
post-install:
39
.if ${PORT_OPTIONS:MDOCS}
45
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
46
40
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
47
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
41
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
48
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
42
.endif
43
49
44
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)files/pkg-message.in (+7 lines)
Line 0 Link Here
1
===============================================================================
2
3
SMPlayer has been installed.
4
5
For Youtube Videos please use multimedia/smtube port.
6
7
===============================================================================

Return to bug 186018