freebsd-ports/multimedia/xine/Makefile

29 lines
500 B
Makefile
Raw Normal View History

2000-10-14 06:05:34 -04:00
# New ports collection makefile for: xine
# Date created: 14 Oct 2000
# Whom: alex
#
# $FreeBSD$
#
PORTNAME= xine
PORTVERSION= 0.3.5
PORTREVISION= 1
2000-10-14 06:05:34 -04:00
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/
DISTNAME= ${PORTNAME}_${PORTVERSION}
2000-10-14 06:05:34 -04:00
2000-10-15 07:21:16 -04:00
MAINTAINER= roman@xpert.com
2000-10-14 06:05:34 -04:00
USE_LIBTOOL= yes
2000-10-14 06:05:34 -04:00
USE_X_PREFIX= yes
USE_IMLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= xine.1
post-install:
@${CAT} ${PKGMESSAGE}
2000-10-14 06:05:34 -04:00
.include <bsd.port.mk>