ports/123424: [NEW PORT] net/winexe

Edwin Groothuis edwin at mavetju.org
Thu May 29 13:50:04 UTC 2008


The following reply was made to PR ports/123424; it has been noted by GNATS.

From: Edwin Groothuis <edwin at mavetju.org>
To: Peter Thoenen <peter.thoenen at yahoo.com>
Cc: FreeBSD Gnats Submit <freebsd-gnats-submit at 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 at 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 at mavetju.org    |              Weblog: http://www.mavetju.org/weblog/



More information about the freebsd-ports-bugs mailing list