Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2008 13:50:04 GMT
From:      Edwin Groothuis <edwin@mavetju.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/123424: [NEW PORT] net/winexe
Message-ID:  <200805291350.m4TDo49X013985@freefall.freebsd.org>

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

From: Edwin Groothuis <edwin@mavetju.org>
To: Peter Thoenen <peter.thoenen@yahoo.com>
Cc: FreeBSD Gnats Submit <freebsd-gnats-submit@freebsd.org>
Subject: Re: ports/123424: [NEW PORT] net/winexe
Date: Thu, 29 May 2008 23:49:14 +1000

 Please note that this is the makefile now:
 
 PORTNAME=       winexe
 PORTVERSION=    071026
 CATEGORIES=     net
 MASTER_SITES=   http://eol.ovh.org/winexe/
 DISTNAME=       ${PORTNAME}-source-${PORTVERSION}
 
 MAINTAINER=     peter.thoenen@yahoo.com
 COMMENT=        Winexe remotely executes commands on MS Windows systems
 
 USE_BZIP2=      yes
 USE_AUTOTOOLS=  autoconf:261
 
 PLIST_FILES=    bin/${PORTNAME:L}
 
 ALL_TARGET=     proto bin/winexe
 #HAS_CONFIGURE= yes
 
 pre-configure:
         cd ${WRKSRC} && ${WRKSRC}/autogen.sh
 
 do-configure:
         cd ${WRKSRC} && ${WRKSRC}/configure
 
 do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME:L} ${PREFIX}/bin/${PORTNAME:L}
 
 .include <bsd.port.mk>
 
 Edwin
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/



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