diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-25 17:31:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-25 17:31:14 +0800 |
commit | eb1c9b92ca7e6e1b49fd290c53635121ff6b1e5a (patch) | |
tree | a939fb313c58ff64b229cc0ffd6b2555c4046e80 /multimedia | |
parent | a4d9fab0ed7026b5c611a72fce4aa42d1b12d377 (diff) | |
download | freebsd-ports-graphics-eb1c9b92ca7e6e1b49fd290c53635121ff6b1e5a.tar.gz freebsd-ports-graphics-eb1c9b92ca7e6e1b49fd290c53635121ff6b1e5a.tar.zst freebsd-ports-graphics-eb1c9b92ca7e6e1b49fd290c53635121ff6b1e5a.zip |
- Add LICENSE
- Cosmetic fixes
- Fix WWW:
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mythtv-frontend/Makefile | 19 | ||||
-rw-r--r-- | multimedia/mythtv-frontend/pkg-descr | 2 |
2 files changed, 12 insertions, 9 deletions
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile index 39284ac9b84..1e4cf1682d6 100644 --- a/multimedia/mythtv-frontend/Makefile +++ b/multimedia/mythtv-frontend/Makefile @@ -9,6 +9,9 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= MythTV is a homebrew PVR project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libmp3lame.so:audio/lame \ @@ -73,13 +76,13 @@ OPENGL_CONFIGURE_ENABLE= opengl-video OPENGL_USE= QT4=opengl post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libs/libmythtv/libmythtv.pro \ - ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ - ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ - ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ - ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ - ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libs/libmythtv/libmythtv.pro \ + ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ + ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ + ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ + ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ + ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze .include <bsd.port.mk> diff --git a/multimedia/mythtv-frontend/pkg-descr b/multimedia/mythtv-frontend/pkg-descr index ecf9264f90e..5a81d4b1aef 100644 --- a/multimedia/mythtv-frontend/pkg-descr +++ b/multimedia/mythtv-frontend/pkg-descr @@ -3,4 +3,4 @@ recorder. It supports pausing and rewinding live TV, multiple tuner cards, hardware or software video compression, onscreen program guides and a distributed architecture. -WWW: http://www.mythtv.org +WWW: http://www.mythtv.org/ |