1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/knapster/Makefile
Chris D. Faulhaber 5ba5514039 Update to 0.3
2000-01-09 13:47:22 +00:00

26 lines
570 B
Makefile

# New ports collection makefile for: knapster
# Version required: 0.3
# Date created: 06 January 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= knapster-0.3
CATEGORIES= audio kde
MASTER_SITES= http://www.chariot.net.au/~donoghue/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= ${LOCALBASE}/bin/kdehelp:${PORTSDIR}/x11/kdebase11
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
pre-configure:
@${PERL} -pi.orig -e 's|lpthread|pthread|' ${WRKSRC}/configure
.include <bsd.port.mk>