freebsd-ports/audio/xmradio/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

23 lines
486 B
Makefile

# Created by: Thomas Runge <runge@rostock.zgdv.de>
# $FreeBSD$
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
ONLY_FOR_ARCHS= i386 amd64
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>