freebsd-ports/net/cryptcat/Makefile
Emanuel Haupt bf51c6f124 - Update from 20031202 to 1.2.1
- Bump PORTEPOCH
- Update MASTER_SITE and WWW (project moved to sourceforge)
- Remove two patches that contained CR/LF's
- Add two patches (invoked by CR/LF problematic)
- Pass maintainership to submitter

PR:		88134
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2005-10-30 13:21:29 +00:00

33 lines
734 B
Makefile

# Ports collection makefile for: cryptcat
# Date created: 20 Dec 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= cryptcat
PORTVERSION= 1.2.1
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-unix-${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Standard netcat enhanced with twofish encryption
WRKSRC= ${WRKDIR}/unix
ALL_TARGET= freebsd
PLIST_FILES= bin/cryptcat
PORTDOCS= README.cryptcat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>