18 lines
427 B
Makefile
18 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.15 2011/11/01 06:03:13 sbd Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../x11/xvidcap/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gtk2-/}
|
|
PKGREVISION= 12
|
|
COMMENT= Capture X display to individual frames or MPEG video (GTK2 version)
|
|
|
|
CONFLICTS+= xvidcap<1.1.3nb3
|
|
|
|
CONFIGURE_ARGS+= --with-gtk2
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|