freebsd-ports/multimedia/xine/Makefile
Akinori MUSHA f396f64b0d Update xine to 0.9.1 and separate libxine from xine.
Hand the maintainership over to MANTANI Nobutaka.

PR:		ports/30413
Submitted by:	Roman Shterenzon <roman@xpert.com> (MAINTAINER)
		MANTANI Nobutaka <nobutaka@nobutaka.com>
		Patrick Li <pat@databits.net>
2001-09-20 07:50:12 +00:00

35 lines
782 B
Makefile

# New ports collection makefile for: xine
# Date created: 14 Oct 2000
# Whom: alex
#
# $FreeBSD$
#
PORTNAME= xine
PORTVERSION= 0.9.1
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
MAINTAINER= nobutaka@nobutaka.com
LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \
aa.1:${PORTSDIR}/graphics/aalib \
png.4:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32
MANLANG= "" fr
MAN1= aaxine.1 xine.1
post-install:
@${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/fr/man1/aaxine.1
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>