mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Simplify MASTER_SITES
- Add LICENSE - Strip library (INSTALL_TARGET=install-strip wasn't working) - Drop @dirrm* from plist Approved by: bapt
This commit is contained in:
parent
b76a2f8e82
commit
81e4df835e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374745
@ -6,14 +6,15 @@ PORTVERSION= 0.4.4
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
|
||||
${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
GENTOO/distfiles
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free MPEG1 video player library with sound support
|
||||
|
||||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool
|
||||
USE_SDL= sdl
|
||||
USE_LDCONFIG= yes
|
||||
@ -28,4 +29,7 @@ CONFIGURE_ARGS= --disable-opengl-player \
|
||||
--disable-gtk-player \
|
||||
--enable-mmx
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsmpeg.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,4 +18,3 @@ lib/libsmpeg.so
|
||||
share/aclocal/smpeg.m4
|
||||
man/man1/gtv.1.gz
|
||||
man/man1/plaympeg.1.gz
|
||||
@dirrm include/smpeg
|
||||
|
Loading…
Reference in New Issue
Block a user