mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
466 B
Makefile
23 lines
466 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
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.linuxhacker.org/pub/tea-total/ \
|
|
http://www.linuxhacker.org/tea-total/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
# 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.mk>
|