diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 06:16:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 06:16:51 +0000 |
commit | d204cd348e5111a13eac2e716c9c04febf2b4f80 (patch) | |
tree | 7716fe27e48390cde6666749abb9719e56c19ec5 /net/smm++/Makefile | |
parent | 36b290d823100b357680d812d57f8e480803f806 (diff) |
Notes
Diffstat (limited to 'net/smm++/Makefile')
-rw-r--r-- | net/smm++/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile new file mode 100644 index 000000000000..26aa8f04604a --- /dev/null +++ b/net/smm++/Makefile @@ -0,0 +1,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> |