mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ba30987808
* Added extended search options * Added ping times and whois requests * Various bug fixes and GUI enhancements
24 lines
542 B
Makefile
24 lines
542 B
Makefile
# New ports collection makefile for: knapster
|
|
# Version required: 0.5
|
|
# Date created: 06 January 2000
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= knapster-0.5
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= http://knapster.netpedia.net/packages/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
#BUILD_DEPENDS= 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>
|