1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/smm++/Makefile
Will Andrews d204cd348e Add smm++ 4r4, a MUD client with a mapping functionality based on itcl.
PR:		22903
Submitted by:	Edwin Groothuis <mavetju@chello.nl>
2000-12-26 06:16:51 +00:00

24 lines
577 B
Makefile

# New ports collection makefile for: tcltutor
# Date created: 16 November 2000
# Whom: Edwin Groothuis (mavetju@chello.nl)
#
# $FreeBSD$
#
PORTNAME= smm++
PORTVERSION= 4r4
CATEGORIES= net
MASTER_SITES= http://www.physik.uni-dortmund.de/~issevers/SMM++/downloads/
DISTNAME= smm
MAINTAINER= mavetju@chello.nl
RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets \
${LOCALBASE}/bin/itkwish:${PORTSDIR}/x11-toolkits/itk \
${LOCALBASE}/bin/itclsh:${PORTSDIR}/lang/itcl
WRKSRC= ${WRKDIR}/smm4r4
NO_BUILD= yes
.include <bsd.port.mk>