diff options
Diffstat (limited to 'graphics/xmovie/Makefile')
-rw-r--r-- | graphics/xmovie/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/graphics/xmovie/Makefile b/graphics/xmovie/Makefile deleted file mode 100644 index dfbb1eba3386..000000000000 --- a/graphics/xmovie/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: xmovie -# Date created: 20 December 1998 -# Whom: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> -# -# $FreeBSD$ -# - -PORTNAME= xmovie -PORTVERSION= 1.9.8.1 -CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= heroines -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm -EXTRACT_SUFX= - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A movie player for AVI, MPEG-2/4 and MOV movies - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -EXTRACT_CMD= rpm2cpio -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet -NO_BUILD= yes -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/usr/bin - -BRANDELF?= /usr/bin/brandelf - -# Linux binary should not be stripped by INSTALL_PROGRAM as it uses -# /usr/bin/strip which then brands the binary as a FreeBSD ELF one. -STRIP= - -pre-install: - @${BRANDELF} -t Linux ${WRKSRC}/${PORTNAME} - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> |