pkgsrc/graphics/dvdview/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

31 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:49 tv Exp $
DISTNAME= dvdview-1.2.2
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/data/
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/
COMMENT= Software only MPEG-1/2 video decoder
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_X11= YES
USE_BUILDLINK3= yes
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == SunOS)
MAKE_ENV+= RTLIB=-lrt
.else
MAKE_ENV+= RTLIB=
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dvdview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdview
.include "../../graphics/libvideogfx/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"