blob: 26aa8f04604a6f29bdd39510529ba94c2163cc9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|