21 lines
536 B
Makefile
21 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:28 joerg Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../multimedia/totem/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-xine-/}
|
|
|
|
COMMENT+= (using Xine)
|
|
|
|
CONFLICTS+= totem-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-xine=yes
|
|
|
|
# needed for fake events to keep screensavers out, dubious
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
# XVIDMODE is disabled in the source
|
|
#.include "../../x11/libXxf86vm/buildlink3.mk"
|
|
|
|
.include "../../multimedia/xine-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|