1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/smm++/Makefile
Kevin Lo 2843bf6c23 - Bump PORTREVISION
- With the roll-out of itcl/itk/iwidgets 3.2 a few changes to this
  port should be done.

PR: 29706
Submitted by: MAINTAINER
2001-09-09 15:46:14 +00:00

28 lines
627 B
Makefile

# New ports collection makefile for: tcltutor
# Date created: 16 November 2000
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= smm++
PORTVERSION= 5r0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.issever.de/smm/downloads/
DISTNAME= smm
MAINTAINER= edwin@mavetju.org
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}/smm5r0/Install.unix
USE_GMAKE= yes
do-configure:
@echo "No configure needed"
.include <bsd.port.mk>