1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/knapster/Makefile

26 lines
570 B
Makefile
Raw Normal View History

2000-01-07 01:32:01 +00:00
# New ports collection makefile for: knapster
2000-01-09 13:47:22 +00:00
# Version required: 0.3
2000-01-07 01:32:01 +00:00
# Date created: 06 January 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
2000-01-09 13:47:22 +00:00
DISTNAME= knapster-0.3
2000-01-07 01:32:01 +00:00
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
2000-01-09 13:47:22 +00:00
pre-configure:
@${PERL} -pi.orig -e 's|lpthread|pthread|' ${WRKSRC}/configure
2000-01-07 01:32:01 +00:00
.include <bsd.port.mk>