2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Yonatan <onatan@gmail.com>
|
2003-09-04 15:57:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dcetest
|
|
|
|
PORTVERSION= 1.2
|
|
|
|
CATEGORIES= security
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= PACKETSTORM/UNIX/scanners
|
2003-09-04 15:57:33 +02:00
|
|
|
|
2004-11-14 23:26:11 +01:00
|
|
|
MAINTAINER= onatan@gmail.com
|
2003-09-04 15:57:33 +02:00
|
|
|
COMMENT= Utility to dump MSRPC endpoint information from Windows systems
|
|
|
|
|
2016-06-20 18:23:28 +02:00
|
|
|
USES= dos2unix
|
|
|
|
DOS2UNIX_GLOB= *.c
|
|
|
|
|
2003-09-04 15:57:33 +02:00
|
|
|
ALL_TARGET= dcetest
|
2005-02-16 15:28:08 +01:00
|
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/dcetest
|
2003-09-04 15:57:33 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-02-25 11:21:26 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${STAGEDIR}${PREFIX}/bin
|
2003-09-04 15:57:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|