mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
73f7c91b5d
(Part 1)
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# 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= 1
|
|
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.mk>
|