blob: 2242f7444bee0cf18395475133b2a61c02106031 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: qtella
# Date created: Sunday September 2nd, 2001
# Whom: Jonathan Belson (jon@witchspace.com)
#
# $FreeBSD$
#
PORTNAME= qtella
PORTVERSION= 0.6.4
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= qtella
MAINTAINER= seanc@FreeBSD.org
COMMENT= A Gnutella client using Qt
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin
CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread"
USE_KDELIBS_VER=3
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>
|