openbsd-ports/x11/xawtv/Makefile
jakemsr 17fa2fb91c - ioctl commands are of type unsigned long, not int
- fill in missing ioctls xawtv might use in xioctl()
- link libossaudio into lib/xawtv/snd-oss.so
- install bin/record and bin/pia, since they are now working*
- sync patches a'la update-patches

*still a possible issue with SNDCTL_DSP_GETISPACE which should be
 fixed soon

"if it works please go ahead" robert@ (MAINTAINER)
2007-09-28 08:24:42 +00:00

51 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.17 2007/09/28 08:24:42 jakemsr Exp $
# we use "macppc" and not "powerpc" on purpose here ; i.e. bktr(4) needed
ONLY_FOR_ARCHS= i386 macppc amd64
COMMENT= TV viewing application for bktr(4) cards
DISTNAME= xawtv-3.94
PKGNAME= ${DISTNAME}p1
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xaw Xext Xft Xinerama Xmu Xpm Xrandr \
Xrender Xt Xv Xxf86dga Xxf86vm c fontconfig freetype m \
ncurses ossaudio pthread
LIB_DEPENDS= jpeg.>=62::graphics/jpeg
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-mmx
.endif
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-aa --disable-motif --disable-gl \
--disable-dv --disable-quicktime
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
MAKE_FLAGS= verbose=yes SYSCONFDIR="${SYSCONFDIR}"
NO_REGRESS= Yes
USE_GMAKE= Yes
USE_X11= Yes
WRKDIST= ${WRKDIR}/${DISTNAME}
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>