2000-10-14 10:05:34 +00:00
|
|
|
# New ports collection makefile for: xine
|
|
|
|
# Date created: 14 Oct 2000
|
|
|
|
# Whom: alex
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xine
|
2001-01-23 07:36:29 +00:00
|
|
|
PORTVERSION= 0.3.6
|
2001-01-24 18:53:27 +00:00
|
|
|
PORTREVISION= 3
|
2000-10-14 10:05:34 +00:00
|
|
|
CATEGORIES= graphics
|
2000-12-20 15:14:07 +00:00
|
|
|
MASTER_SITES= http://xine.sourceforge.net/files/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2000-10-14 10:05:34 +00:00
|
|
|
|
2000-10-15 11:21:16 +00:00
|
|
|
MAINTAINER= roman@xpert.com
|
2000-10-14 10:05:34 +00:00
|
|
|
|
2000-11-26 15:56:55 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-14 10:05:34 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_IMLIB= yes
|
2001-01-24 18:53:27 +00:00
|
|
|
CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32
|
2000-10-14 10:05:34 +00:00
|
|
|
|
2000-12-20 15:14:07 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAN1= xine.1
|
|
|
|
|
2000-10-14 16:20:52 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2000-10-14 10:05:34 +00:00
|
|
|
.include <bsd.port.mk>
|