freebsd-ports/net/smm++/Makefile
Patrick Li 34af786235 Update to 6.0
Also make PREFIX safe and sort plist

PR:		39187
Submitted by:	maintainer
2002-06-13 00:21:23 +00:00

27 lines
643 B
Makefile

# New ports collection makefile for: tcltutor
# Date created: 16 November 2000
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= smm++
PORTVERSION= 6.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= smm
DISTNAME= smm
MAINTAINER= edwin@mavetju.org
RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets
BUILD_DEPENDS= ${LOCALBASE}/lib/libitk32.so:${PORTSDIR}/x11-toolkits/itk \
${LOCALBASE}/lib/libitcl32.so:${PORTSDIR}/lang/itcl
WRKSRC= ${WRKDIR}/smm/Install.unix
USE_GMAKE= yes
do-configure:
@echo "No configure needed"
.include <bsd.port.mk>