20 lines
377 B
Makefile
20 lines
377 B
Makefile
# New ports collection makefile for: vlc
|
|
# Date created: 3rd August 2001
|
|
# Whom: Brian Somers <brian@Awfulhak.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vlc
|
|
PORTVERSION= 0.2.81
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/0.2.81/
|
|
|
|
MAINTAINER= brian@Awfulhak.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
|
|
.include <bsd.port.mk>
|