aboutsummaryrefslogtreecommitdiffstats
path: root/security/rc5pipe/Makefile
blob: 6cb7bfd4e29e31c29ebfe9ca4cec5d8844aa42c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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= ports@FreeBSD.org
COMMENT=    RC5 en-/decryption via UNIX pipes

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

PLIST_FILES=    bin/rc5pipe
WRKSRC=     ${WRKDIR}/rc5pipe

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/rc5pipe ${PREFIX}/bin/rc5pipe

.include <bsd.port.mk>