mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
25 lines
488 B
Makefile
25 lines
488 B
Makefile
# Created by: Yonatan <onatan@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dcetest
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= PACKETSTORM/UNIX/scanners
|
|
|
|
MAINTAINER= onatan@gmail.com
|
|
COMMENT= Utility to dump MSRPC endpoint information from Windows systems
|
|
|
|
USES= dos2unix
|
|
DOS2UNIX_GLOB= *.c
|
|
|
|
ALL_TARGET= dcetest
|
|
MAKE_ARGS= CC="${CC}"
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/dcetest
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|