mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
32 lines
770 B
Makefile
32 lines
770 B
Makefile
# Ports collection makefile for: esperanza
|
|
# Date created: 23 Feb 2007
|
|
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= esperanza
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://xmms2.xmms.se/~tru/esperanza/0.2/
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= Advanced QT4 XMMS2 client
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so:${PORTSDIR}/audio/cpp-xmms2
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so:${PORTSDIR}/audio/cpp-xmms2
|
|
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= gui moc qmake rcc uic xml network imageformats
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/esperanza
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
|
${QMAKE} -unix PREFIX=${PREFIX} esperanza.pro
|
|
|
|
.include <bsd.port.mk>
|