1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/xine/Makefile
Maxim Sobolev 9c5376b8eb Update to 0.4.3.
PR:		27388
Submitted by:	maintainer, sobomax
Approved by:	maintainer
2001-05-18 10:04:27 +00:00

31 lines
585 B
Makefile

# New ports collection makefile for: xine
# Date created: 14 Oct 2000
# Whom: alex
#
# $FreeBSD$
#
PORTNAME= xine
PORTVERSION= 0.4.3
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/ \
${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>