3ee17fa6fc
Changes from 1.1-1.2 ------------------- - with newer openmotif the CheckBoxes where confused. repaired. - mixer panel was confusing too. tried to improve. - records now as mp3 too, you need to install lame and mpg123 for that. - "delete all" and "scan all" button added to config panel. - improved GUI response during recording - lcdproc support is always compiled in, en/disable via app-defaults Changes from 1.0-1.1 ------------------- - changed homepage and email address - made version check asynchronous Update requested by coto on IRC.
24 lines
671 B
Makefile
24 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/09/21 13:31:06 hubertf Exp $
|
|
|
|
DISTNAME= xmradio-1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://core.de/~coto/radio/
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://core.de/~coto/xmradio.html
|
|
COMMENT= Radio applicaton for Brooktree 848 compatible TV cards
|
|
|
|
DEPENDS+= sox>=12.16:../sox
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \
|
|
NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-*
|
|
|
|
USE_IMAKE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmradio
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmradio
|
|
|
|
.include "../../graphics/xpm/buildlink.mk"
|
|
.include "../../mk/motif.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|