mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c99c600944
string so I fixed it.
29 lines
719 B
Makefile
29 lines
719 B
Makefile
# New ports collection makefile for: xmrm
|
|
# Date created: Sa 01 May 1999 15:00:00 MET
|
|
# Whom: Tobias Reifenberger <treif@mayn.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmrm
|
|
PORTVERSION= 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/
|
|
DISTFILES= xmrm20_sources.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
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xmrm ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xmrm_mpeg ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|