mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
b8af8b3d0a
PR: 62842 Submitted by: MAINTAINER
24 lines
514 B
Makefile
24 lines
514 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://people.fruitsalad.org/bdavis/FreeBSD/ports/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= so14k@so14k.com
|
|
COMMENT= RC5 en-/decryption via UNIX pipes
|
|
|
|
PLIST_FILES= bin/rc5pipe
|
|
WRKSRC= ${WRKDIR}/rc5pipe
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rc5pipe ${PREFIX}/bin/rc5pipe
|
|
|
|
.include <bsd.port.mk>
|