1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/audio/xmradio/Makefile
Baptiste Daroussin ea9c06e444 Support stage
while here s/ia64/amd64/ as it was probably intended first
2014-02-05 22:40:47 +00:00

27 lines
562 B
Makefile

# Created by: runge@rostock.zgdv.de
# $FreeBSD$
PORTNAME= xmradio
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://core.de/~coto/radio/
MAINTAINER= ports@FreeBSD.org
COMMENT= Motif based FM tuner (for use with bt848 driver)
USES= imake motif
USE_XORG= xpm
ONLY_FOR_ARCHS= i386 amd64
PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio
post-patch:
${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h," \
${WRKSRC}/radio.c
#
#post-install:
# ${STRIP_CMD} ${PREFIX}/bin/xmradio
.include <bsd.port.mk>