- Add LICENSE

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2015-02-22 05:09:24 +00:00
parent 085b2b90c6
commit 54180a0e1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379576

View file

@ -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>