blob: 0f2978b6449f9630515bf48f945759cf00a3606d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hayes
# Date created: Sun Jun 29 02:56:19 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= hayes
PORTVERSION= 1.3
CATEGORIES= multimedia kde
MASTER_SITES= http://www.freekde.org/neil/hayes/
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= A filesystem-based playlist for Noatun
LIB_DEPENDS= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|