Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2003 10:50:24 -0800 (PST)
From:      Anish Mistry <amistry@am-productions.biz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59496: New Port: x11/gtk-smooth-engine 
Message-ID:  <200312221850.hBMIoOBi066188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59496; it has been noted by GNATS.

From: Anish Mistry <amistry@am-productions.biz>
To: freebsd-gnats-submit@FreeBSD.org, amistry@am-productions.biz
Cc: ajgenius@ajgenius.us
Subject: Re: ports/59496: New Port: x11/gtk-smooth-engine 
Date: Mon, 22 Dec 2003 13:44:59 -0500

 --Boundary-00=_ruz5/zv3gtdXqPT
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Updated port skeleton to 0.5.6
 --Boundary-00=_ruz5/zv3gtdXqPT
 Content-Type: text/plain;
   charset="us-ascii";
   name="gtk-smooth-engine-0.5.6.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="gtk-smooth-engine-0.5.6.shar"
 
 # 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:
 #
 #	gtk-smooth-engine
 #	gtk-smooth-engine/pkg-plist
 #	gtk-smooth-engine/Makefile
 #	gtk-smooth-engine/pkg-descr
 #	gtk-smooth-engine/distinfo
 #
 echo c - gtk-smooth-engine
 mkdir -p gtk-smooth-engine > /dev/null 2>&1
 echo x - gtk-smooth-engine/pkg-plist
 sed 's/^X//' >gtk-smooth-engine/pkg-plist << 'END-of-gtk-smooth-engine/pkg-plist'
 Xlib/gtk-2.0/2.2.0/engines/libsmooth.so
 Xlib/gtk-2.0/2.2.0/engines/libsmooth.so.0
 Xlib/gtk-2.0/2.2.0/engines/libsmooth.la
 END-of-gtk-smooth-engine/pkg-plist
 echo x - gtk-smooth-engine/Makefile
 sed 's/^X//' >gtk-smooth-engine/Makefile << 'END-of-gtk-smooth-engine/Makefile'
 X# New ports collection makefile for:    gtk-smooth-engine
 X# Date created:         19 November 2003
 X# Whom:                 Anish Mistry
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	gtk-smooth-engine
 XPORTVERSION=	0.5.6
 XCATEGORIES=	x11
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	smooth-engine
 X
 XMAINTAINER=	amistry@am-productions.biz
 XCOMMENT=	Flexible GTK Theme Engine
 X
 X.if exists(${X11BASE}/lib/libgtk-x11-2.0.so.200)
 XWITH_GTK2=	yes
 X.endif
 X
 X.if exists(${X11BASE}/lib/libgtk12.so.2)
 XWITH_GTK12=	yes
 X.endif
 X
 X.if defined(WITH_GTK12)
 XLIB_DEPENDS+=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 X.endif
 X
 X# if neither gtk is detected automatically pull in gtk2
 X.if !defined(WITH_GTK12) && !defined(WITH_GTK2)
 XWITH_GTK2=	yes
 X.endif
 X
 X.if defined(WITH_GTK2)
 XLIB_DEPENDS+=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
 X.endif
 X
 XUSE_X_PREFIX=	yes
 XUSE_LIBTOOL=	yes
 XUSE_GNOME=	gtk12 gtk20
 XINSTALLS_SHLIB=	yes
 XSHLIB_VERSION=	0
 X
 Xpre-everything::
 X.if !defined(WITH_GTK2)
 X	@${ECHO_MSG} "To enable gtk2 support define WITH_GTK2."
 X.endif
 X
 X.if !defined(WITH_GTK12)
 X	@${ECHO_MSG} "To enable gtk12 support define WITH_GTK12."
 X.endif
 X
 Xpost-install:
 X# add shared lib link
 X	@${LN} -sf libsmooth.so \
 X		${X11BASE}/lib/gtk-2.0/2.2.0/engines/libsmooth.so.${SHLIB_VERSION}
 X
 X.include <bsd.port.mk>
 END-of-gtk-smooth-engine/Makefile
 echo x - gtk-smooth-engine/pkg-descr
 sed 's/^X//' >gtk-smooth-engine/pkg-descr << 'END-of-gtk-smooth-engine/pkg-descr'
 XThis is the Smooth GTK engine, currently it supports GTK2 and GTK1.2, however
 XGTK 1.2 support is a bit messier/less reliable then GTK2.
 X
 XWWW: http://sourceforge.net/projects/smooth-engine/
 X
 X- Anish Mistry
 Xamistry@am-productions.biz
 XAM Productions http://am-productions.biz
 END-of-gtk-smooth-engine/pkg-descr
 echo x - gtk-smooth-engine/distinfo
 sed 's/^X//' >gtk-smooth-engine/distinfo << 'END-of-gtk-smooth-engine/distinfo'
 XMD5 (gtk-smooth-engine-0.5.6.tar.gz) = f2d3e1f85652db8e77c725e7b73cff4f
 END-of-gtk-smooth-engine/distinfo
 exit
 
 
 --Boundary-00=_ruz5/zv3gtdXqPT--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312221850.hBMIoOBi066188>