mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
30 lines
661 B
Makefile
30 lines
661 B
Makefile
# New ports collection makefile for: Xtuner
|
|
# Date created: 19 December 96
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtuner
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
|
|
DISTNAME= Xtuner-${PORTVERSION}
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
|
COMMENT= Xwindows interface for the RadioREVEAL and RadioTrack FM radio cards!
|
|
|
|
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
PLIST_FILES= bin/xtuner
|
|
USE_IMAKE= YES
|
|
USE_XPM= YES
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= "Does not compile on sparc64"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|