openbsd-ports/x11/xawtv/Makefile

47 lines
1.1 KiB
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.29 2013/03/11 11:46:17 espie Exp $
# we use "macppc" and not "powerpc" on purpose here ; i.e. bktr(4) needed
ONLY_FOR_ARCHS= i386 macppc amd64 alpha
COMMENT= TV viewing application for bktr(4) cards
2004-09-28 11:43:13 -04:00
DISTNAME= xawtv-3.94
REVISION= 5
CATEGORIES= x11
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://bytesex.org/xawtv/
MASTER_SITES= http://dl.bytesex.org/releases/xawtv/
# GPL
PERMIT_PACKAGE_CDROM= Yes
2008-02-01 16:55:23 -05:00
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xft Xinerama Xmu Xpm
WANTLIB += Xrandr Xrender Xt Xv Xxf86dga Xxf86vm c expat fontconfig
WANTLIB += freetype jpeg m ncurses ossaudio pthread pthread-stubs
WANTLIB += xcb z
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= graphics/jpeg
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-mmx
.endif
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-aa --disable-motif --disable-gl \
2006-02-06 12:48:59 -05:00
--disable-dv --disable-quicktime
MAKE_FLAGS= verbose=yes SYSCONFDIR="${SYSCONFDIR}"
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
USE_GMAKE= Yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
post-install:
@perl -pi -e "s,/etc/X11,${SYSCONFDIR}," ${PREFIX}/man/man5/xawtvrc.5
${INSTALL_DATA} ${WRKSRC}/x11/Xawtv.ad \
${PREFIX}/lib/X11/app-defaults/Xawtv
.include <bsd.port.mk>