freebsd-ports/audio/arts/Makefile
Peter Wemm 785636d04d Make arts compile on amd64. The already-existing patches to use
vasnprintf() solve it just fine, but it would help if the
#ifdef HAVE_VASNPRINTF was actually turned on.
2003-12-05 01:20:51 +00:00

37 lines
795 B
Makefile

# -*-mode: makefile-*-
# New ports collection makefile for: aRts
# Date created: 18 February 2002
# Whom: will@cvs.kde.org
#
# $FreeBSD$
#
PORTNAME= arts
PORTVERSION= 1.1.4
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Audio system for the KDE integrated X11 desktop
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_QT_VER= 3
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
QTCPPFLAGS+= -L${LOCALBASE}/lib
DO_NOT_COMPILE+=gmcop
CFLAGS+= -DHAVE_VASPRINTF
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>