2000-10-14 06:05:34 -04:00
|
|
|
# New ports collection makefile for: xine
|
|
|
|
# Date created: 14 Oct 2000
|
|
|
|
# Whom: alex
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xine
|
2001-01-11 11:08:22 -05:00
|
|
|
PORTVERSION= 0.3.5
|
2001-01-19 17:21:09 -05:00
|
|
|
PORTREVISION= 1
|
2000-10-14 06:05:34 -04:00
|
|
|
CATEGORIES= graphics
|
2000-12-20 10:14:07 -05:00
|
|
|
MASTER_SITES= http://xine.sourceforge.net/files/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2000-10-14 06:05:34 -04:00
|
|
|
|
2000-10-15 07:21:16 -04:00
|
|
|
MAINTAINER= roman@xpert.com
|
2000-10-14 06:05:34 -04:00
|
|
|
|
2000-11-26 10:56:55 -05:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-14 06:05:34 -04:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_IMLIB= yes
|
|
|
|
|
2000-12-20 10:14:07 -05:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAN1= xine.1
|
|
|
|
|
2000-10-14 12:20:52 -04:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2000-10-14 06:05:34 -04:00
|
|
|
.include <bsd.port.mk>
|