Index: head/multimedia/smpeg/Makefile =================================================================== --- head/multimedia/smpeg/Makefile (revision 374744) +++ head/multimedia/smpeg/Makefile (revision 374745) @@ -1,31 +1,35 @@ # Created by: Chris Piazza # $FreeBSD$ PORTNAME= smpeg 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 CONFIGURE_ENV= GLBASE="${LOCALBASE}" \ CC="${CXX}" REAL_CC="${CC}" \ SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS+= -I${LOCALBASE}/include #If you want to try the opengl/gtk player (which doesn't seem to work) #comment out the following line. CONFIGURE_ARGS= --disable-opengl-player \ --disable-gtk-player \ --enable-mmx + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsmpeg.so .include Index: head/multimedia/smpeg/pkg-plist =================================================================== --- head/multimedia/smpeg/pkg-plist (revision 374744) +++ head/multimedia/smpeg/pkg-plist (revision 374745) @@ -1,21 +1,20 @@ bin/plaympeg bin/smpeg-config include/smpeg/MPEG.h include/smpeg/MPEGaction.h include/smpeg/MPEGaudio.h include/smpeg/MPEGerror.h include/smpeg/MPEGfilter.h include/smpeg/MPEGlist.h include/smpeg/MPEGring.h include/smpeg/MPEGstream.h include/smpeg/MPEGsystem.h include/smpeg/MPEGvideo.h include/smpeg/smpeg.h lib/libsmpeg-0.4.so.0 lib/libsmpeg-0.4.so.0.1.3 lib/libsmpeg.a lib/libsmpeg.so share/aclocal/smpeg.m4 man/man1/gtv.1.gz man/man1/plaympeg.1.gz -@dirrm include/smpeg