aboutsummaryrefslogtreecommitdiff
path: root/net-im/trix/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-im/trix/Makefile
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
Notes
Diffstat (limited to 'net-im/trix/Makefile')
-rw-r--r--net-im/trix/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-im/trix/Makefile b/net-im/trix/Makefile
deleted file mode 100644
index be1abb135d0b..000000000000
--- a/net-im/trix/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: trix
-# Date created: 17 April 2008
-# Whom: Kozienko Aleksandr <pascalamsg@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= trix
-PORTVERSION= 0.94
-PORTREVISION= 5
-CATEGORIES= net-im
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= pascalamsg@gmail.com
-COMMENT= TriX is a chat compatible with 2.0 protocol of the Vypress Chat
-
-DEPRECATED= Broken on FreeBSD 8 and newer
-EXPIRATION_DATE=2013-09-01
-
-USE_QT_VER= 3
-USE_GMAKE= yes
-USE_PERL5= yes
-USE_XORG= xext
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-
-CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
- --with-extra-includes=${LOCALBASE}/include \
- --with-extra-libs=${LOCALBASE}/lib
-
-.if !defined(WITHOUT_PLAY)
-BUILD_DEPENDS= play:${PORTSDIR}/audio/play
-.endif
-
-post-extract:
- ${CHMOD} 744 ${WRKSRC}/install-sh
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800059
-BROKEN= does not build
-.endif
-
-.include <bsd.port.post.mk>