blob: f889d437834117248516f0b7f812bbf1f6b573d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
BUILD_DEPENDS= ${LOCALBASE}/bin/aclocal:${PORTSDIR}/devel/automake
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= ${LOCALBASE}/bin/kdehelp:${PORTSDIR}/x11/kdebase11
USE_AUTOCONF= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>
|