1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/graphics/xine/Makefile
Vanilla I. Shu b5740c5522 Set the right win32 path, and bump version.
PR:		ports/34579
Submitted by:	maintainer.
2001-01-24 01:43:08 +00:00

30 lines
554 B
Makefile

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