freebsd-ports/security/dcetest/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

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>