freebsd-ports/multimedia/xine/Makefile
Kevin Lo 7a4966ff83 Upgrade to version 0.3.7.
Besides, I fix MASTER_SITES.

PR: 24883
Submitted by: Ports Fury
2001-02-08 15:31:31 +00:00

30 lines
556 B
Makefile

# New ports collection makefile for: xine
# Date created: 14 Oct 2000
# Whom: alex
#
# $FreeBSD$
#
PORTNAME= xine
PORTVERSION= 0.3.7
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xine
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= roman@xpert.com
USE_LIBTOOL= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= xine.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>