mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- add Documentation as requested in 43408
- reset MAINTAINER maintainer contacted 2003-05-18, mail still bounce. PR: 43408
This commit is contained in:
parent
7ecad41769
commit
f4fddd3171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81404
@ -7,10 +7,11 @@
|
||||
|
||||
PORTNAME= mpeg2play
|
||||
PORTVERSION= 1.1b
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/
|
||||
|
||||
MAINTAINER= charnier@lirmm.fr
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A program to play mpeg-2 movies on X displays
|
||||
|
||||
USE_IMAKE= yes
|
||||
@ -20,5 +21,9 @@ ALL_TARGET= mpeg2play
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mpeg2play ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,4 @@
|
||||
bin/mpeg2play
|
||||
lib/X11/app-defaults/Mpeg2play
|
||||
%%PORTDOCS%%share/doc/mpeg2play/README
|
||||
%%PORTDOCS%%@dirrm share/doc/mpeg2play
|
||||
|
Loading…
Reference in New Issue
Block a user