24 lines
533 B
Makefile
24 lines
533 B
Makefile
# New ports collection makefile for: kaffeine
|
|
# Date created: 2003-06-25
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kaffeine
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= http://members.chello.at/kaffeine/download/
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= A xine-base multimedia player
|
|
|
|
LIB_DEPENDS= xine.8:${PORTSDIR}/multimedia/libxine
|
|
|
|
USE_KDELIBS_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|