summaryrefslogtreecommitdiff
path: root/multimedia/xine/Makefile
blob: 68b082c57ea7363ad5884ab9807a2391425cb605 (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
24
25
26
27
28
29
# New ports collection makefile for:    xine
# Date created:         14 Oct 2000
# Whom:                 alex
#
# $FreeBSD$
#

PORTNAME=		xine
PORTVERSION=		0.3.6
PORTREVISION=		1
CATEGORIES=		graphics
MASTER_SITES=		http://xine.sourceforge.net/files/
DISTNAME=		${PORTNAME}_${PORTVERSION}

MAINTAINER=		roman@xpert.com

USE_LIBTOOL=		yes
USE_X_PREFIX=		yes
USE_IMLIB=		yes
CONFIGURE_ARGS+=	--with-w32-path=${LOCALBASE}/lib/w32

WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAN1=			xine.1

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>