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