mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
56358de8ee
awaiting approval... Feature safe: yes Notified by: QAT
32 lines
798 B
Makefile
32 lines
798 B
Makefile
# New ports collection makefile for: tcltutor
|
|
# Date created: 16 November 2000
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smm++
|
|
PORTVERSION= 6.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/smm/smm/${PORTVERSION}
|
|
DISTNAME= smm611
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Graphical mudclient with mapper
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets4.0.1/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.so:${PORTSDIR}/x11-toolkits/itk \
|
|
${LOCALBASE}/lib/libitcl.so:${PORTSDIR}/lang/itcl
|
|
|
|
WRKSRC= ${WRKDIR}/smm/Install.unix
|
|
USE_GMAKE= yes
|
|
USE_TK= 84+
|
|
EXTRACT_AFTER_ARGS+=|${TAR} -xpf - --exclude CVS
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh
|
|
|
|
.include <bsd.port.mk>
|