freebsd-ports/security/rc5pipe/Makefile
Will Andrews 1268252fc5 Frerich doesn't use FreeBSD anymore. Preemptively assign two of his ports
to a new maintainer (kpopup and rc5pipe).

Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>,
		Brad Davis <so14k@so14k.com>
2003-06-25 04:27:38 +00:00

22 lines
479 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= so14k@so14k.com
COMMENT= RC5 en-/decryption via UNIX pipes
WRKSRC= ${WRKDIR}/rc5pipe
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rc5pipe ${PREFIX}/bin/rc5pipe
.include <bsd.port.mk>