mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
3fe07ff8a3
- Merge REINPLACE_CMD fix into existing files/patch-radio.c - Standardize header and generally cleanup Makefile - Improve COMMENT and port description text while I'm here - Transfer maintainership to the submitter PR: 199320 Submitted by: Chris Hutchinson
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# Created by: Thomas Runge <runge@rostock.zgdv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmradio
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://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
|
|
USE_XORG= xpm
|
|
|
|
PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio
|
|
|
|
.include <bsd.port.mk>
|