blob: 402c9b70e42822914977808d183f12940b19f0b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.25 2014/04/10 05:39:17 obache Exp $
#
.include "Makefile.common"
PKGREVISION= 16
COMMENT= Capture X display to individual frames or MPEG video
CONFIGURE_ARGS+= --without-gtk2
LDFLAGS.DragonFly= -lXt -lX11
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|