freebsd-ports/security/rc5pipe/Makefile
Patrick Li 7644d6375e Add new port rc5pipe: RC5 en-/decryption via UNIX pipes
PR:		ports/39880
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
2002-06-26 17:21:51 +00:00

21 lines
441 B
Makefile

# New ports collection makefile for: rc5pipe
# Date created: 25 June 2002
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#
PORTNAME= rc5pipe
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://krazykiwi.homeip.net/FreeBSD/ports/rc5pipe/
EXTRACT_SUFX= .tgz
MAINTAINER= frerich.raabe@gmx.de
WRKSRC= ${WRKDIR}/rc5pipe
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rc5pipe ${PREFIX}/bin/rc5pipe
.include <bsd.port.mk>