freebsd-ports/audio/xtuner/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

30 lines
693 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
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
DISTNAME= Xtuner-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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_XORG= xpm
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= Does not compile on sparc64 or ia64
.endif
.include <bsd.port.post.mk>