aboutsummaryrefslogblamecommitdiff
path: root/audio/xmradio/Makefile
blob: b85b77147a6d983b36e0784cc80d482c2c94c6f5 (plain) (tree)
1
2
3
4
5
6
7
8
                                                  
 
                       
                   
                 
                     
                                                                   
 




                                                                  


                                                                                  
                                    
 

                                          
 

                                                        
                      
# Created by: Thomas Runge <runge@rostock.zgdv.de>

PORTNAME=	xmradio
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	audio
MASTER_SITES=	https://BSDforge.com/projects/source/audio/xmradio/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Motif based FM tuner (for use with bktr(4) driver)

LICENSE=	BSD2CLAUSE

.if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
IGNORE=		needs bktr(4) which is no longer available on your FreeBSD version
.endif
ONLY_FOR_ARCHS=	i386 amd64 powerpc64

USES=		imake motif xorg
USE_XORG=	ice sm x11 xext xmu xpm xt

PLIST_FILES=	bin/xmradio lib/X11/app-defaults/XMradio

.include <bsd.port.mk>