openbsd-ports/x11/xawtv/Makefile
ajacoutot 832611db0a - add a note to explain why we use macppc and not powerpc in
ONLY_FOR_ARCHS ; discussed with sthen
- remove quotes around COMMENT while here
2007-07-19 13:06:40 +00:00

51 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.16 2007/07/19 13:06:40 ajacoutot 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}p0
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>