diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:44:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:44:14 +0000 |
commit | 18c6805255aedbffee721bc444fe9bebd3ad4c64 (patch) | |
tree | 38924f720481eadccd4357613521ef205165aa3e /graphics/xmrm/Makefile | |
parent | MPEG encoder/decoder from the Portable Video Research Group (diff) |
xmrm (X Multi Resoultion image Metamorphosis) is an easy-to-use
morphing/warping program akin to xmorph, with some nice features,
like MPEG video creation.
PR: 14379
Submitted by: Tobias Reifenberger <treif@mayn.de>
Notes
Notes:
svn path=/head/; revision=27109
Diffstat (limited to 'graphics/xmrm/Makefile')
-rw-r--r-- | graphics/xmrm/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile new file mode 100644 index 000000000000..19fa2e8bf714 --- /dev/null +++ b/graphics/xmrm/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xmrm +# Version required: 2.0 +# Date created: Sa 01 May 1999 15:00:00 MET +# Whom: Tobias Reifenberger <treif@mayn.de> +# +# $FreeBSD$ +# + +DISTNAME= xmrm20_sources +PKGNAME= xmrm-2.0 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cg.tuwien.ac.at/pub/linux/xmrm/ \ + ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Graphic/xmrm/ +EXTRACT_SUFX= .tgz + +MAINTAINER= treif@mayn.de + +RUN_DEPENDS= mpeg:${PORTSDIR}/graphics/mpeg +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ + Xpm.4:${PORTSDIR}/graphics/xpm \ + tiff.4:${PORTSDIR}/graphics/tiff + +WRKSRC= ${WRKDIR} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xmrm ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xmrm_mpeg ${PREFIX}/bin + +.include <bsd.port.mk> |