diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-18 10:04:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-18 10:04:27 +0000 |
commit | 9c5376b8eb4352fe97601b2ac3bd7a587115f994 (patch) | |
tree | c73e8dd04685370ca752db349b31b9354f565700 /graphics/xine/Makefile | |
parent | 589fb25c3bea517aae5f1380187adb3f3cd59458 (diff) | |
download | ports-9c5376b8eb4352fe97601b2ac3bd7a587115f994.tar.gz ports-9c5376b8eb4352fe97601b2ac3bd7a587115f994.zip |
Notes
Diffstat (limited to 'graphics/xine/Makefile')
-rw-r--r-- | graphics/xine/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/graphics/xine/Makefile b/graphics/xine/Makefile index 704167abafdd..9aa7c45ba8b4 100644 --- a/graphics/xine/Makefile +++ b/graphics/xine/Makefile @@ -5,23 +5,24 @@ # $FreeBSD$ # -PORTNAME= xine -PORTVERSION= 0.3.7 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +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} +#DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= roman@xpert.com +MAINTAINER= roman@xpert.com -USE_LIBTOOL= yes -USE_X_PREFIX= yes -USE_IMLIB= yes +USE_LIBTOOL= yes +USE_X_PREFIX= yes +USE_IMLIB= yes CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN1= xine.1 +MAN1= xine.1 post-install: @${CAT} ${PKGMESSAGE} |