diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-09 16:08:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-09 16:08:35 +0000 |
commit | e49063fa134990715eac271105aa555a196f5c53 (patch) | |
tree | de116bf319fa4bf814909f9635492d2078cd51b2 | |
parent | f9b011418434ba61754c2cd68772bd7d18dfad55 (diff) | |
download | ports-e49063fa134990715eac271105aa555a196f5c53.tar.gz ports-e49063fa134990715eac271105aa555a196f5c53.zip |
- Add LICENSE_FILE
- Switch to USES=localbase
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=472059
-rw-r--r-- | multimedia/mjpegtools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index c19f3e67aa76..020b4aa95cc4 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -11,19 +11,18 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Set of tools to record/playback/edit videos in MPEG format LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat CONFLICTS= mplex-[0-9]* -USES= gmake jpeg libtool pathfix pkgconfig +USES= gmake jpeg libtool pathfix pkgconfig localbase USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-dga --without-x CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INFO= mjpeg-howto |