freebsd-ports/audio/xtuner/Makefile

31 lines
693 B
Makefile
Raw Normal View History

# New ports collection makefile for: Xtuner
# Date created: 19 December 96
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= xtuner
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
DISTNAME= Xtuner-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= Xwindows interface for the RadioREVEAL and RadioTrack FM radio cards!
2002-07-04 11:20:30 +02:00
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
PLIST_FILES= bin/xtuner
USE_IMAKE= YES
USE_XORG= xpm
2004-05-13 11:13:30 +02:00
.include <bsd.port.pre.mk>
2004-11-18 23:33:56 +01:00
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= Does not compile on sparc64 or ia64
2004-05-13 11:13:30 +02:00
.endif
.include <bsd.port.post.mk>