# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnocl/ # gnocl/Makefile # gnocl/pkg-descr # gnocl/distinfo # gnocl/pkg-plist # echo c - gnocl/ mkdir -p gnocl/ > /dev/null 2>&1 echo x - gnocl/Makefile sed 's/^X//' >gnocl/Makefile << 'END-of-gnocl/Makefile' X# New ports collection makefile for: gnocl X# Date created: 15 August 2003 X# Whom: Stephane Legrand <stephane@FreeBSD.org> X# X# $FreeBSD$ X# X XPORTNAME= gnocl XPORTVERSION= 0.5.10 XCATEGORIES= x11-toolkits devel XMASTER_SITES= http://www.dr-baum.net/gnocl/ X XMAINTAINER= stephane@FreeBSD.org XCOMMENT= GTK+ and Gnome extension for Tcl X XBUILD_DEPENDS?= ${LOCALBASE}/include/tcl8.4/tcl.h:${PORTSDIR}/lang/tcl84 X XUSE_GMAKE= yes XUSE_BZIP2= yes XINSTALLS_SHLIB= yes X XBUILD_WRKSRC= ${WRKSRC}/src XCFLAGS+= -I${LOCALBASE}/include/tcl8.4 X XUSE_X_PREFIX= yes XUSE_GNOME= libgnomecanvas X XGNOCL_CANVAS_FILE="lib/libgnoclCanvas.so.1" X X.if defined(WITHOUT_CANVAS) XALL_TARGET= gnocl XUSE_GNOME= gtk20 XGNOCL_CANVAS_FILE= "@comment " X.endif X X.if defined(WITH_GNOME) XGNOCL_USE_GNOME:=1 XUSE_GNOME+= libgnomeui X.endif X XPLIST_SUB+= GNOCL_CANVAS_FILE=${GNOCL_CANVAS_FILE} X Xdo-install: X ${INSTALL_DATA} ${BUILD_WRKSRC}/gnocl.so ${PREFIX}/lib/libgnocl.so.1 X if ${TEST} -f ${BUILD_WRKSRC}/gnoclCanvas.so; then \ X ${INSTALL_DATA} ${BUILD_WRKSRC}/gnoclCanvas.so ${PREFIX}/lib/libgnoclCanvas.so.1; \ X fi; \ X X.include <bsd.port.mk> END-of-gnocl/Makefile echo x - gnocl/pkg-descr sed 's/^X//' >gnocl/pkg-descr << 'END-of-gnocl/pkg-descr' Xgnocl is a GTK+ and Gnome extension for the programming language XTcl. It provides easy to use commands to build quickly GTK+ and XGnome compliant user interfaces including the Gnome canvas widget Xand drag and drop support. X Xgnocl can be compiled in three flavors: X X* GTK only X* GTK and the Gnome canvas widget X* GTK, the Gnome canvas widget and Gnome UI libs. X XWWW: http://www.dr-baum.net/gnocl/index.html END-of-gnocl/pkg-descr echo x - gnocl/distinfo sed 's/^X//' >gnocl/distinfo << 'END-of-gnocl/distinfo' XMD5 (gnocl-0.5.10.tar.bz2) = 1d1b01c536a58e217cf4f069d5113210 END-of-gnocl/distinfo echo x - gnocl/pkg-plist sed 's/^X//' >gnocl/pkg-plist << 'END-of-gnocl/pkg-plist' Xlib/libgnocl.so.1 X%%GNOCL_CANVAS_FILE%% END-of-gnocl/pkg-plist exit