pkgsrc/multimedia/mplex/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

36 lines
971 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:03 tv Exp $
DISTNAME= mjpegtools-1.6.2
PKGNAME= mplex-1.6.2
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
MAINTAINER= ben@NetBSD.org
HOMEPAGE= http://mjpeg.sourceforge.net/
COMMENT= Multiplexes MPEG component streams into system layers
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
do-build:
cd ${WRKSRC}/utils && ${GMAKE}
cd ${WRKSRC}/mplex && ${GMAKE}
do-install:
cd ${WRKSRC}/mplex && \
${LIBTOOL} --mode=install ${INSTALL_DATA} libmplex2.la \
${PREFIX}/lib && \
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} mplex ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mplex
for FILE in COPYING INSTRUCT README; do \
${INSTALL_DATA} ${WRKSRC}/mplex/$$FILE ${PREFIX}/share/doc/mplex; \
done
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"