1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/tea-total/Makefile
Kris Kennaway 90abb24f53 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 05:45:34 +00:00

30 lines
634 B
Makefile

# Ports collection makefile for: tea-total
# Date created: Tue Dec 19, 2000
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= tea-total
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.alexholden.net/pub/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Extremely small 128 bit private key based encryption/decryption system
# code is not 64-bit clean...
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
MAN1= teatotal.1 tea.1 untea.1 tea-kgen.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>