Date: Tue, 9 Mar 2004 16:30:19 -0800 (PST) From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/63715: Maintainer update: astro/seti-applet (2.1.3) revival Message-ID: <200403100030.i2A0UJ2P006068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63715; it has been noted by GNATS. From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/63715: Maintainer update: astro/seti-applet (2.1.3) revival Date: Wed, 10 Mar 2004 01:27:14 +0100 Makefile : *_SUB added --- /dev/null Wed Mar 10 01:25:34 2004 +++ Makefile Wed Mar 10 01:24:36 2004 @@ -0,0 +1,65 @@ +# New ports collection makefile for: seti-applet +# Date Created: 1 Jul 2000 +# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= seti-applet +PORTVERSION= 2.1.3 +CATEGORIES= astro gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= An applet that displays current status of seti@home client + +# Global variables +# + +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 +RUN_DEPENDS= ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome + +USE_REINPLACE= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomepanel +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +# Local variables +# + +MSG_FILE= ${PKGDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +REINPLACE_SUB= LOCALBASE=${LOCALBASE} +PKGMESSAGE_SUB= LOCALBASE=${LOCALBASE} + +FIND?= find +XARGS?= xargs + +# Post-patch +# + +post-patch: patch-seti_applet \ + patch-pkgmessage + +patch-seti_applet: + @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ + ${WRKSRC}/src/seti_applet.schemas + +patch-pkgmessage: + @${SED} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ + ${MSG_FILE} > ${PKGMESSAGE} + +# Post-install +# + +post-install: display-message + +display-message: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> Cyrille Lefevre -- mailto:cyrille.lefevre@laposte.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403100030.i2A0UJ2P006068>