58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
27 lines
726 B
Makefile
27 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.27 2006/12/15 20:32:53 joerg Exp $
|
|
|
|
DISTNAME= xmradio-1.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://core.de/~coto/radio/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://core.de/~coto/xmradio.html
|
|
COMMENT= Radio application for Brooktree 848 compatible TV cards
|
|
|
|
DEPENDS+= sox>=12.16:../../audio/sox
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \
|
|
NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-* \
|
|
NetBSD-[2-9]*.*-*
|
|
|
|
USE_IMAKE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmradio
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmradio
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|