mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
ce1bef48cc
PR: 24245 Submitted by: MAINTAINER
28 lines
483 B
Makefile
28 lines
483 B
Makefile
# New ports collection makefile for: xine
|
|
# Date created: 14 Oct 2000
|
|
# Whom: alex
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xine
|
|
PORTVERSION= 0.3.5
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAN1= xine.1
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|