summaryrefslogtreecommitdiff
path: root/converters/btoa/Makefile
blob: 85eea539370c27f9469f3655639adb809aa1012b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: btoa
# Date created:                      4 Apr 1996
# Whom:                              Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#

PORTNAME=	btoa
PORTVERSION=	5.2
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	converters
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	asami/LOCAL_PORTS

MAINTAINER=	martin@raq.cx

MAKE_FLAGS=	DESTDIR=${PREFIX} -f
MAKEFILE=	Makefile.sun
MAN1=		btoa.1

.include <bsd.port.mk>