22 lines
429 B
Makefile
22 lines
429 B
Makefile
# New ports collection makefile for: knapster
|
|
# Date created: 06 January 2000
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= knapster
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}2-${PORTVERSION}
|
|
|
|
MAINTAINER= rjoseph@arbornet.org
|
|
|
|
USE_KDEBASE_VER=2
|
|
USE_AUTOCONF= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|