mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
695 B
Makefile
32 lines
695 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.7.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Gnutella client using Qt
|
|
|
|
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis
|
|
|
|
USE_KDELIBS_VER= 3
|
|
USE_GNOME= gnometarget
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} \
|
|
--with-id3-dir=${LOCALBASE}
|
|
|
|
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
QTCFGLIBS+= ${PTHREAD_LIBS}
|
|
|
|
.include <bsd.port.mk>
|