freebsd-ports/security/dcetest/Makefile
Volker Stolz 6ab16fc4ec - Chase master site
- Cleanup Makefile a bit (me)

PR:		ports/77552
Submitted by:	"Jonatan B" (maintainer)
2005-02-16 14:28:08 +00:00

26 lines
554 B
Makefile

# Ports collection makefile for: dcetest
# Date created: Jan 11 2003
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= dcetest
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/scanners
MAINTAINER= onatan@gmail.com
COMMENT= Utility to dump MSRPC endpoint information from Windows systems
ALL_TARGET= dcetest
MAKE_ARGS= CC="${CC}"
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/dcetest
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin
.include <bsd.port.mk>