- Add LICENSE
- Strip libraries
This commit is contained in:
parent
085b2b90c6
commit
54180a0e1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379576
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,9 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MPEG-1 player in GTK+ capable of playing MPEG-1 format streams
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
|
||||
|
||||
USE_SDL= sdl
|
||||
|
@ -36,4 +39,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Xtheater/*/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue